From 584f014b63c56fe3770cba9682fc21c31e09a2e9 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 20 Jul 2010 15:01:56 +0000 Subject: Preliminary support for adding new annotations At the moment only Text annotations can be added. See bug #168304. --- (limited to 'libview/ev-view-cursor.h') diff --git a/libview/ev-view-cursor.h b/libview/ev-view-cursor.h index 012d5a4..220441c 100644 --- a/libview/ev-view-cursor.h +++ b/libview/ev-view-cursor.h @@ -35,7 +35,8 @@ typedef enum { EV_VIEW_CURSOR_WAIT, EV_VIEW_CURSOR_HIDDEN, EV_VIEW_CURSOR_DRAG, - EV_VIEW_CURSOR_AUTOSCROLL + EV_VIEW_CURSOR_AUTOSCROLL, + EV_VIEW_CURSOR_ADD } EvViewCursor; GdkCursor *ev_view_cursor_new (GdkDisplay *display, -- cgit v0.9.1