diff options
author | Michael Natterer <mitch@imendio.com> | 2008-12-09 14:51:16 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-12-09 14:51:16 +0000 |
commit | c5edf5e513e180e824da17a61a09239a93480c4c (patch) | |
tree | cfe2939889f03bb9a419716889c0f1c198a2f01f /modules/other/gail/gailpixmap.c | |
parent | 448201a8364828c7ffb943364fe5e91055fceb04 (diff) | |
download | gtk+-c5edf5e513e180e824da17a61a09239a93480c4c.tar.gz |
Makefile.am add GTK_DISABLE_DEPRECATED to CFLAGS.
2008-12-09 Michael Natterer <mitch@imendio.com>
* Makefile.am
* tests/Makefile.am: add GTK_DISABLE_DEPRECATED to CFLAGS.
* gail.c
* gailclist.c
* gailclistcell.c
* gailcombo.c
* gaillist.c
* gailmenu.c
* gailoptionmenu.c
* gailpixmap.c
* gailprogressbar.c
* gailtoplevel.c
* gailwidget.c
* gailwindow.c
* tests/ferret.c
* tests/testcombo.c
* tests/testlib.h
* tests/testoptionmenu.c: #undef it where we need to access
deprecated cruft.
svn path=/trunk/; revision=21859
Diffstat (limited to 'modules/other/gail/gailpixmap.c')
-rw-r--r-- | modules/other/gail/gailpixmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/other/gail/gailpixmap.c b/modules/other/gail/gailpixmap.c index 99b0b9f2f3..0e9c926aa7 100644 --- a/modules/other/gail/gailpixmap.c +++ b/modules/other/gail/gailpixmap.c @@ -19,7 +19,10 @@ #include "config.h" +#undef GTK_DISABLE_DEPRECATED + #include <gtk/gtk.h> + #include "gailpixmap.h" static void gail_pixmap_class_init (GailPixmapClass *klass); |