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
This commit is contained in:
committed by
Michael Natterer
parent
448201a836
commit
c5edf5e513
@ -20,7 +20,11 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gailwindow.h"
|
||||
#include "gailtoplevel.h"
|
||||
#include "gail-private-macros.h"
|
||||
|
||||
Reference in New Issue
Block a user