aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gui_utils.h')
-rw-r--r--gtk/gui_utils.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk/gui_utils.h b/gtk/gui_utils.h
index 5e24f646ae..ffe6cf4197 100644
--- a/gtk/gui_utils.h
+++ b/gtk/gui_utils.h
@@ -526,4 +526,13 @@ void ws_combo_box_set_active(GtkComboBox *combo_box, gint idx);
void
ws_combo_box_set_active_iter(GtkComboBox *combo_box, GtkTreeIter *iter);
+#if GTK_CHECK_VERSION(2,22,0)
+#if !GTK_CHECK_VERSION(3,0,0)
+GdkPixbuf *gdk_pixbuf_get_from_surface (cairo_surface_t *surface,
+ gint src_x,
+ gint src_y,
+ gint width,
+ gint height);
+#endif
+#endif
#endif /* __GUI_UTIL__H__ */