More useful comment about what bw->scroll is for.
svn path=/trunk/netsurf/; revision=10936
This commit is contained in:
parent
adeb661582
commit
8e07f9388c
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue