summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-27 22:21:15 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-27 22:21:15 +0000
commitc9fe1b604e98e02391aecfda2923130f09407453 (patch)
tree06e6691591781b4041e3e504291572b8032cca30 /desktop/browser.h
parent6f215b1f029e144d98bf39f19e5d142d52621ac7 (diff)
downloadnetsurf-c9fe1b604e98e02391aecfda2923130f09407453.tar.gz
netsurf-c9fe1b604e98e02391aecfda2923130f09407453.tar.bz2
HTML contents manage box scrollbars, rather than browser_windows.
svn path=/trunk/netsurf/; revision=12519
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 8790fad1f..6ab7f5c7d 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -114,10 +114,6 @@ struct browser_window {
unsigned int drag_resize_up : 1;
unsigned int drag_resize_down : 1;
- /** Scroll capturing all mouse events, updated to any active HTML
- * scrollbar, or NULL when no scrollbar drags active */
- struct scrollbar *scrollbar;
-
/** Current fetch is download */
bool download;
@@ -198,11 +194,6 @@ struct browser_window {
int status_miss; /**< Number of times status was really updated. */
};
-struct browser_scrollbar_data {
- struct browser_window *bw;
- struct box *box;
-};
-
extern struct browser_window *current_redraw_browser;
extern bool browser_reformat_pending;