From 27dd64c8e65aeaa40ab6ac3472be5df31feacaf3 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 03 Jan 2010 16:56:20 +0000 Subject: [libview] Move cursor handling stuff to a new file --- (limited to 'libview/ev-view-private.h') 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, -- cgit v0.9.1