From 04ece30fa930743d21af95d809acc2d25f82848a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 11 Jan 2012 14:20:26 +0000 Subject: Pass pointer constraints for drag out to front ends. Ensure content scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395 --- cocoa/gui.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cocoa') diff --git a/cocoa/gui.m b/cocoa/gui.m index dc2155164..5bb29724a 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -273,8 +273,8 @@ bool gui_window_scroll_start(struct gui_window *g) return true; } -bool gui_window_box_scroll_start(struct gui_window *g, - int x0, int y0, int x1, int y1) +bool gui_window_drag_start(struct gui_window *g, gui_drag_type type, + struct rect *rect) { return true; } -- cgit v1.2.3