aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-15 20:56:00 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-15 20:56:00 +0000
commit5ab5d4e3b366608f9c2548c4e4eb064c81d5c6fb (patch)
tree285631e86406bd8dfa897c022abd0daff3f01a8f /gtk/gui_utils.h
parent0e4d01e183ab7f3e4ad337b71d9265bdcb2bbd49 (diff)
gdk_pixbuf_render_pixmap_and_mask_for_colormap() used in xpm_to_widget_from_parent is gone in GTK 3.0.
Rather tan trying to replace it go for the simpler xpm_to_widget() The result looks the same to me. svn path=/trunk/; revision=38549
Diffstat (limited to 'gtk/gui_utils.h')
-rw-r--r--gtk/gui_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gui_utils.h b/gtk/gui_utils.h
index ffe6cf4197..9720a2a0d6 100644
--- a/gtk/gui_utils.h
+++ b/gtk/gui_utils.h
@@ -295,7 +295,7 @@ extern GtkWidget *xpm_to_widget(const char ** xpm);
* @param xpm the character array containing the picture
* @return a newly created GtkWidget showing the picture
*/
-extern GtkWidget *xpm_to_widget_from_parent(GtkWidget *parent, const char ** xpm);
+/*extern GtkWidget *xpm_to_widget_from_parent(GtkWidget *parent, const char ** xpm);*/
/** Convert an pixbuf data to a GtkWidget
*