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.
This commit is contained in:
Matthias Clasen 2003-02-01 00:34:52 +00:00 committed by Matthias Clasen
parent c71f8b39dc
commit e247caad78
6 changed files with 27 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-02-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
headers. Sorry about gtk_selection_clear, Yosh.
Thu Jan 30 17:16:05 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION

View File

@ -1,3 +1,8 @@
2003-02-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
headers. Sorry about gtk_selection_clear, Yosh.
Thu Jan 30 17:16:05 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION

View File

@ -1,3 +1,8 @@
2003-02-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
headers. Sorry about gtk_selection_clear, Yosh.
Thu Jan 30 17:16:05 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION

View File

@ -1,3 +1,8 @@
2003-02-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
headers. Sorry about gtk_selection_clear, Yosh.
Thu Jan 30 17:16:05 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION

View File

@ -1,3 +1,8 @@
2003-02-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
headers. Sorry about gtk_selection_clear, Yosh.
Thu Jan 30 17:16:05 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION

View File

@ -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,