From 60235791595552d071262caba4a054620ddb65d2 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 10 Dec 2014 00:34:32 +0100 Subject: Gtk3: Don't use gdk_cursor_unref() --- libview/ev-annotation-window.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libview/ev-annotation-window.c') diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c index be91cdc6..7bf8802c 100644 --- a/libview/ev-annotation-window.c +++ b/libview/ev-annotation-window.c @@ -28,6 +28,10 @@ #include "ev-view-marshal.h" #include "ev-document-misc.h" +#if GTK_CHECK_VERSION (3, 0, 0) +#define gdk_cursor_unref g_object_unref +#endif + enum { PROP_0, PROP_ANNOTATION, -- cgit v1.2.1