Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 7bd16e9..bfc6ea2 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -34,6 +34,7 @@
#include "ev-form-field.h"
#include "ev-selection.h"
#include "ev-transition-animation.h"
+#include "ev-view-cursor.h"
#define DRAG_HISTORY 10
@@ -102,16 +103,6 @@ typedef enum {
} PendingScroll;
typedef enum {
- EV_VIEW_CURSOR_NORMAL,
- EV_VIEW_CURSOR_IBEAM,
- EV_VIEW_CURSOR_LINK,
- EV_VIEW_CURSOR_WAIT,
- EV_VIEW_CURSOR_HIDDEN,
- EV_VIEW_CURSOR_DRAG,
- EV_VIEW_CURSOR_AUTOSCROLL,
-} EvViewCursor;
-
-typedef enum {
EV_PRESENTATION_NORMAL,
EV_PRESENTATION_BLACK,
EV_PRESENTATION_WHITE,