From 8e07f9388c97753b36d1e142385d8bfc4b89ad31 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 3 Nov 2010 16:07:30 +0000 Subject: More useful comment about what bw->scroll is for. svn path=/trunk/netsurf/; revision=10936 --- desktop/browser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') 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 */ -- cgit v1.2.3