diff options
Diffstat (limited to 'libview/ev-annotation-window.c')
-rw-r--r-- | libview/ev-annotation-window.c | 4 |
1 files changed, 4 insertions, 0 deletions
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, |