forked from AuroraMiddleware/gtk
settings: Disable deprecaion warnings for deprecated header
This commit is contained in:
parent
c9b1e00c30
commit
40db65a85b
@ -45,6 +45,12 @@
|
||||
#include "quartz/gdkquartz.h"
|
||||
#endif
|
||||
|
||||
#undef GDK_DEPRECATED
|
||||
#undef GDK_DEPRECATED_FOR
|
||||
#define GDK_DEPRECATED
|
||||
#define GDK_DEPRECATED_FOR(f)
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include "deprecated/gtkrc.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user