mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 21:46:57 +03:00
Added missing declaration of "html_redraw_debug".
svn path=/trunk/netsurf/; revision=13830
This commit is contained in:
parent
bae750ee44
commit
7bfcbe1e1e
@ -59,6 +59,7 @@ extern int mouse_hold_start[3];
|
||||
extern browser_mouse_state bmstate;
|
||||
extern short last_drag_x;
|
||||
extern short last_drag_y;
|
||||
extern bool html_redraw_debug;
|
||||
|
||||
/* Zero based resource tree ids: */
|
||||
#define T_ABOUT 0
|
||||
|
Loading…
Reference in New Issue
Block a user