diff options
author | infirit <[email protected]> | 2014-12-10 00:39:02 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-10 00:54:07 +0100 |
commit | d0b8ac17f14837911bc14bebbab07a6c87c9ec80 (patch) | |
tree | 967d3ac4be39e8f4a8d9246baeace932a2b67e46 /libview/ev-annotation-window.c | |
parent | 60235791595552d071262caba4a054620ddb65d2 (diff) | |
download | atril-d0b8ac17f14837911bc14bebbab07a6c87c9ec80.tar.bz2 atril-d0b8ac17f14837911bc14bebbab07a6c87c9ec80.tar.xz |
Gtk3: Use gtk_widget_render_icon_pixbuf()
Diffstat (limited to 'libview/ev-annotation-window.c')
-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 { |