summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-01-11 14:20:26 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-01-11 14:20:26 +0000
commit04ece30fa930743d21af95d809acc2d25f82848a (patch)
treedc12f21957546d0fff08687055ccdd4a2e81509e /riscos/gui.h
parentc08ee820764673bb6d8ac367f8637d040adf7fa2 (diff)
downloadnetsurf-04ece30fa930743d21af95d809acc2d25f82848a.tar.gz
netsurf-04ece30fa930743d21af95d809acc2d25f82848a.tar.bz2
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
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 434e569d5..14835274b 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -68,9 +68,9 @@ extern bool print_active, print_text_black;
typedef enum { GUI_DRAG_NONE, GUI_DRAG_SELECTION, GUI_DRAG_DOWNLOAD_SAVE,
GUI_DRAG_SAVE, GUI_DRAG_SCROLL, GUI_DRAG_STATUS_RESIZE,
GUI_DRAG_TREEVIEW, GUI_DRAG_BUTTONBAR,
- GUI_DRAG_FRAME } gui_drag_type;
+ GUI_DRAG_FRAME } ro_gui_drag_type;
-extern gui_drag_type gui_current_drag_type;
+extern ro_gui_drag_type gui_current_drag_type;
/** desktop font, size and style being used */
extern char ro_gui_desktop_font_family[];