[project @ 2005-04-15 16:30:37 by jmb]

Fix GTK build

svn path=/import/netsurf/; revision=1641
This commit is contained in:
John Mark Bell 2005-04-15 16:30:37 +00:00
parent 89993a5bf2
commit 34b92e905f
1 changed files with 1 additions and 2 deletions

View File

@ -240,8 +240,7 @@ gboolean gui_window_motion_notify_event(GtkWidget *widget,
{ {
struct gui_window *g = data; struct gui_window *g = data;
browser_window_mouse_click(g->bw, BROWSER_MOUSE_HOVER, browser_window_mouse_track(g->bw, 0, event->x, event->y);
event->x, event->y);
return TRUE; return TRUE;
} }