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 --- desktop/browser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index e7975d2f7..977396014 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -63,6 +63,7 @@ typedef enum { DRAGGING_FRAME, DRAGGING_SCR_X, DRAGGING_SCR_Y, + DRAGGING_CONTENT_SCROLLBAR, DRAGGING_OTHER } browser_drag_type; -- cgit v1.2.3