summaryrefslogtreecommitdiff
path: root/gtk/gtkiconfactory.h
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-02-01 00:34:52 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-02-01 00:34:52 +0000
commite247caad786c090e5e7050843f614c34133cbd90 (patch)
tree88420dd532064c491e36b2527fee72df0ef8c592 /gtk/gtkiconfactory.h
parentc71f8b39dc6d548fe4ac0029b38b36995d8ebc40 (diff)
downloadgtk+-e247caad786c090e5e7050843f614c34133cbd90.tar.gz
Use GDK_MULTIHEAD_SAFE like all other gtk headers.
2003-02-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk headers.
Diffstat (limited to 'gtk/gtkiconfactory.h')
-rw-r--r--gtk/gtkiconfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkiconfactory.h b/gtk/gtkiconfactory.h
index dda09002c3..91ebdf6810 100644
--- a/gtk/gtkiconfactory.h
+++ b/gtk/gtkiconfactory.h
@@ -88,11 +88,11 @@ GtkIconSet* gtk_icon_factory_lookup_default (const gchar *stock_id);
* size from the rendered pixbuf, not from here.
*/
-#ifndef GTK_MULTIHEAD_SAFE
+#ifndef GDK_MULTIHEAD_SAFE
gboolean gtk_icon_size_lookup (GtkIconSize size,
gint *width,
gint *height);
-#endif /* GTK_MULTIHEAD_SAFE */
+#endif /* GDK_MULTIHEAD_SAFE */
gboolean gtk_icon_size_lookup_for_settings (GtkSettings *settings,
GtkIconSize size,
gint *width,