mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
Added missing declaration of "html_redraw_debug".
svn path=/trunk/netsurf/; revision=13830
This commit is contained in:
parent
bae750ee44
commit
7bfcbe1e1e
@ -58,7 +58,8 @@ extern int mouse_click_time[3];
|
||||
extern int mouse_hold_start[3];
|
||||
extern browser_mouse_state bmstate;
|
||||
extern short last_drag_x;
|
||||
extern short last_drag_y;
|
||||
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