gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.c
2008-06-17 Michael Natterer <mitch@imendio.com> * gtk/gtkfilesel.c * gtk/gtkinputdialog.c * gtk/gtkmenutoolbutton.c * gtk/gtkoptionmenu.c * gtk/gtktoolitem.c * gtk/gtktooltips.c: add or move around #undef GTK_DISABLE_DEPRECATED so it's possible to build without deprecated stuff again (with the minor glitch that it doesn't link ;) but at least it's a tool to keep the code clean). svn path=/trunk/; revision=20426
This commit is contained in:
committed by
Michael Natterer
parent
21284ce95f
commit
d6ebf18108
@ -20,8 +20,10 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED /* GtkTooltips */
|
||||
|
||||
#include "gtkmenutoolbutton.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtktogglebutton.h"
|
||||
#include "gtkarrow.h"
|
||||
#include "gtkhbox.h"
|
||||
@ -29,6 +31,7 @@
|
||||
#include "gtkmenu.h"
|
||||
#include "gtkmain.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user