summaryrefslogtreecommitdiff
path: root/desktop/gui.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/gui.h
parent402de7572d76686dd65a5ee71274a690a421cc8f (diff)
downloadnetsurf-e177fa49c29ca05f5b2498f286f78da6545f8278.tar.gz
netsurf-e177fa49c29ca05f5b2498f286f78da6545f8278.tar.bz2
Move mouse pointer enums to mouse header.
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index eccf0b4c6..aa3fc8191 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -53,14 +53,6 @@ struct browser_window;
struct selection;
struct form_control;
-typedef enum { GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET,
- GUI_POINTER_MENU, GUI_POINTER_UP, GUI_POINTER_DOWN,
- GUI_POINTER_LEFT, GUI_POINTER_RIGHT, GUI_POINTER_RU,
- GUI_POINTER_LD, GUI_POINTER_LU, GUI_POINTER_RD,
- GUI_POINTER_CROSS, GUI_POINTER_MOVE, GUI_POINTER_WAIT,
- GUI_POINTER_HELP, GUI_POINTER_NO_DROP, GUI_POINTER_NOT_ALLOWED,
- GUI_POINTER_PROGRESS } gui_pointer_shape;
-
#include <stdbool.h>
#include <libwapcaplet/libwapcaplet.h>
@@ -69,6 +61,7 @@ typedef enum { GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET,
#include "utils/config.h"
#include "content/hlcache.h"
#include "desktop/download.h"
+#include "desktop/mouse.h"
#include "desktop/search.h"
#include "utils/errors.h"