summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-17 09:45:15 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-17 09:45:15 +0100
commite177fa49c29ca05f5b2498f286f78da6545f8278 (patch)
tree9bea1c8e2646bf912ac1b7d43031752b2bd10085 /desktop/browser.h
parent402de7572d76686dd65a5ee71274a690a421cc8f (diff)
downloadnetsurf-e177fa49c29ca05f5b2498f286f78da6545f8278.tar.gz
netsurf-e177fa49c29ca05f5b2498f286f78da6545f8278.tar.bz2
Move mouse pointer enums to mouse header.
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index be5628880..489a7edad 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -68,29 +68,6 @@ typedef enum {
DRAGGING_OTHER
} browser_drag_type;
-typedef enum {
- BROWSER_POINTER_DEFAULT = GUI_POINTER_DEFAULT,
- BROWSER_POINTER_POINT = GUI_POINTER_POINT,
- BROWSER_POINTER_CARET = GUI_POINTER_CARET,
- BROWSER_POINTER_MENU = GUI_POINTER_MENU,
- BROWSER_POINTER_UP = GUI_POINTER_UP,
- BROWSER_POINTER_DOWN = GUI_POINTER_DOWN,
- BROWSER_POINTER_LEFT = GUI_POINTER_LEFT,
- BROWSER_POINTER_RIGHT = GUI_POINTER_RIGHT,
- BROWSER_POINTER_RU = GUI_POINTER_RU,
- BROWSER_POINTER_LD = GUI_POINTER_LD,
- BROWSER_POINTER_LU = GUI_POINTER_LU,
- BROWSER_POINTER_RD = GUI_POINTER_RD,
- BROWSER_POINTER_CROSS = GUI_POINTER_CROSS,
- BROWSER_POINTER_MOVE = GUI_POINTER_MOVE,
- BROWSER_POINTER_WAIT = GUI_POINTER_WAIT,
- BROWSER_POINTER_HELP = GUI_POINTER_HELP,
- BROWSER_POINTER_NO_DROP = GUI_POINTER_NO_DROP,
- BROWSER_POINTER_NOT_ALLOWED = GUI_POINTER_NOT_ALLOWED,
- BROWSER_POINTER_PROGRESS = GUI_POINTER_PROGRESS,
- BROWSER_POINTER_AUTO
-} browser_pointer_shape;
-
/** Browser window data. */
struct browser_window {
/** Page currently displayed, or 0. Must have status READY or DONE. */