forked from AuroraMiddleware/gtk
icontheme: Get rid of deprecation warnings
Before including deprecated headers, disable deprecation warnings.
This commit is contained in:
parent
7cfe9051cc
commit
adcd136f1e
@ -48,6 +48,13 @@
|
||||
#include "gtknumerableiconprivate.h"
|
||||
#include "gtksettings.h"
|
||||
#include "gtkprivate.h"
|
||||
|
||||
#undef GDK_DEPRECATED
|
||||
#undef GDK_DEPRECATED_FOR
|
||||
#define GDK_DEPRECATED
|
||||
#define GDK_DEPRECATED_FOR(f)
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include "deprecated/gtkstyle.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user