forked from AuroraMiddleware/gtk
Build fixes after GtkItem deprecation
This commit is contained in:
parent
ecc6577a37
commit
ee14cc3160
@ -2206,12 +2206,14 @@ gtk_invisible_set_screen
|
||||
|
||||
#if IN_HEADER(__GTK_ITEM_H__)
|
||||
#if IN_FILE(__GTK_ITEM_C__)
|
||||
gtk_item_deselect
|
||||
gtk_item_get_type G_GNUC_CONST
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
gtk_item_deselect
|
||||
gtk_item_select
|
||||
gtk_item_toggle
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__GTK_ITEM_FACTORY_H__)
|
||||
#if IN_FILE(__GTK_ITEM_FACTORY_C__)
|
||||
|
@ -25,6 +25,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include "gtkitem.h"
|
||||
#include "gtkmarshalers.h"
|
||||
#include "gtkintl.h"
|
||||
|
Loading…
Reference in New Issue
Block a user