[project @ 2005-04-15 16:30:37 by jmb]
Fix GTK build svn path=/import/netsurf/; revision=1641
This commit is contained in:
parent
89993a5bf2
commit
34b92e905f
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue