Use interface for turning off drag.

svn path=/trunk/netsurf/; revision=12521
This commit is contained in:
Michael Drake 2011-06-28 10:07:53 +00:00
parent f8462b3344
commit e70d4947ea
1 changed files with 3 additions and 2 deletions

View File

@ -197,8 +197,9 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
browser_window_set_status(bw, status);
return;
}
bw->drag_type = DRAGGING_NONE;
/* Content related drags handled by now */
browser_window_set_drag_type(bw, DRAGGING_NONE);
/* search the box tree for a link, imagemap, form control, or
* box with scrollbars */