mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
immodule: Disable deprecations before including deprecated header
This commit is contained in:
parent
e1f4bd6495
commit
f9c664c69b
@ -38,6 +38,12 @@
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkintl.h"
|
||||
|
||||
#undef GDK_DEPRECATED
|
||||
#undef GDK_DEPRECATED_FOR
|
||||
#define GDK_DEPRECATED
|
||||
#define GDK_DEPRECATED_FOR(f)
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include "deprecated/gtkrc.h"
|
||||
|
||||
#define SIMPLE_ID "gtk-im-context-simple"
|
||||
|
Loading…
Reference in New Issue
Block a user