diff options
Diffstat (limited to 'libview')
-rw-r--r-- | libview/ev-annotation-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c index 7bf8802c..91b0a7b0 100644 --- a/libview/ev-annotation-window.c +++ b/libview/ev-annotation-window.c @@ -30,6 +30,7 @@ #if GTK_CHECK_VERSION (3, 0, 0) #define gdk_cursor_unref g_object_unref +#define gtk_widget_render_icon(A,B,C,D) gtk_widget_render_icon_pixbuf(A,B,C) #endif enum { |