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.c') diff --git a/libview/ev-view-cursor.c b/libview/ev-view-cursor.c index 6974d3f..67cacd7 100644 --- a/libview/ev-view-cursor.c +++ b/libview/ev-view-cursor.c @@ -58,6 +58,9 @@ ev_view_cursor_new (GdkDisplay *display, case EV_VIEW_CURSOR_AUTOSCROLL: cursor = gdk_cursor_new_for_display (display, GDK_DOUBLE_ARROW); break; + case EV_VIEW_CURSOR_ADD: + cursor = gdk_cursor_new_for_display (display, GDK_PLUS); + break; } return cursor; -- cgit v0.9.1