[project @ 2004-03-30 22:47:23 by bursa]

Disable mouse gesture code, since it is unmaintained and broken.

svn path=/import/netsurf/; revision=693
This commit is contained in:
James Bursa 2004-03-30 22:47:23 +00:00
parent 66bab3a14a
commit dcca670d43
1 changed files with 1 additions and 2 deletions

View File

@ -658,8 +658,7 @@ void ro_gui_window_click(gui_window* g, wimp_pointer* pointer)
if (pointer->buttons == wimp_CLICK_MENU)
{
/* check for mouse gestures */
ro_gui_mouse_action(g);
ro_gui_create_menu(browser_menu, pointer->pos.x - 64, pointer->pos.y, g);
}
else if (g->data.browser.bw->current_content != NULL)
{