More useful comment about what bw->scroll is for.

svn path=/trunk/netsurf/; revision=10936
This commit is contained in:
Michael Drake 2010-11-03 16:07:30 +00:00
parent adeb661582
commit 8e07f9388c
1 changed files with 2 additions and 1 deletions

View File

@ -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 */