diff options
Diffstat (limited to 'gtk/gtkpixmap.h')
-rw-r--r-- | gtk/gtkpixmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkpixmap.h b/gtk/gtkpixmap.h index 3e386179ba..652457a416 100644 --- a/gtk/gtkpixmap.h +++ b/gtk/gtkpixmap.h @@ -24,6 +24,8 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef GTK_DISABLE_DEPRECATED + #ifndef __GTK_PIXMAP_H__ #define __GTK_PIXMAP_H__ @@ -85,3 +87,5 @@ void gtk_pixmap_set_build_insensitive (GtkPixmap *pixmap, #endif /* __GTK_PIXMAP_H__ */ + +#endif /* GTK_DISABLE_DEPRECATED */ |