]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-private.h
[libview] Move cursor handling stuff to a new file
[evince.git] / libview / ev-view-private.h
index 7bd16e9151c0ea6437fee8100d4b81d3926f638c..bfc6ea2cc1e0d6422a4859563a5913a1b1f2d573 100644 (file)
@@ -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
 
@@ -101,16 +102,6 @@ typedef enum {
        SCROLL_TO_FIND_LOCATION,
 } 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,