summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index a9cba2ee7..b8961447e 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -111,7 +111,7 @@ struct browser_window {
/** Scroll capturing all mouse events, updated to any active HTML
* scrollbar, or NULL when no scrollbar drags active */
- struct scroll *scroll;
+ struct scrollbar *scrollbar;
/** Current fetch is download */
bool download;
@@ -184,7 +184,7 @@ struct browser_window {
int status_miss; /**< Number of times status was really updated. */
};
-struct browser_scroll_data {
+struct browser_scrollbar_data {
struct browser_window *bw;
struct box *box;
};