From d0b8ac17f14837911bc14bebbab07a6c87c9ec80 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 10 Dec 2014 00:39:02 +0100 Subject: Gtk3: Use gtk_widget_render_icon_pixbuf() --- libview/ev-annotation-window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libview/ev-annotation-window.c') 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 { -- cgit v1.2.1