summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-11-03 16:07:30 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-11-03 16:07:30 +0000
commit8e07f9388c97753b36d1e142385d8bfc4b89ad31 (patch)
treeb1942f1d541a53d1d1bf29c0955cd10e28c54fcb
parentadeb661582a99d0a71633df78f0606183194c935 (diff)
downloadnetsurf-8e07f9388c97753b36d1e142385d8bfc4b89ad31.tar.gz
netsurf-8e07f9388c97753b36d1e142385d8bfc4b89ad31.tar.bz2
More useful comment about what bw->scroll is for.
svn path=/trunk/netsurf/; revision=10936
-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 */