Fix gui_window_drag_start
svn path=/trunk/netsurf/; revision=13418
This commit is contained in:
parent
132ebb7dd9
commit
b75a3960fc
|
@ -373,7 +373,7 @@ bool
|
|||
gui_window_drag_start(struct gui_window *g, gui_drag_type type,
|
||||
const struct rect *rect)
|
||||
{
|
||||
fprintf(stdout, "WINDOW SCROLL_START WIN %u TYPE %i\n);
|
||||
fprintf(stdout, "WINDOW SCROLL_START WIN %u TYPE %i\n", g->win_num, type);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue