summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 292469b82..c0a738a6e 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -108,7 +108,8 @@ struct browser_window {
unsigned int drag_resize_up : 1;
unsigned int drag_resize_down : 1;
- /** Scroll capturing all mouse events */
+ /** Scroll capturing all mouse events, updated to any active HTML
+ * scrollbar, or NULL when no scrollbar drags active */
struct scroll *scroll;
/** Current fetch is download */