mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
c71f8b39dc
commit
e247caad78
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user