mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
gtk: Get rid of deprecation warnings
This commit is contained in:
parent
de9ffc99c2
commit
4531da17e4
@ -44,6 +44,11 @@
|
||||
#include "gtkmenushellprivate.h"
|
||||
#include "gtkprivate.h"
|
||||
|
||||
#undef GDK_DEPRECATED
|
||||
#undef GDK_DEPRECATED_FOR
|
||||
#define GDK_DEPRECATED
|
||||
#define GDK_DEPRECATED_FOR(f)
|
||||
|
||||
#include "deprecated/gtktearoffmenuitem.h"
|
||||
|
||||
/* GObjectClass */
|
||||
|
@ -45,6 +45,11 @@
|
||||
#include "gtkwindow.h"
|
||||
#include "gtkprivate.h"
|
||||
|
||||
#undef GDK_DEPRECATED
|
||||
#undef GDK_DEPRECATED_FOR
|
||||
#define GDK_DEPRECATED
|
||||
#define GDK_DEPRECATED_FOR(f)
|
||||
|
||||
#include "gtkuimanager.h"
|
||||
#include "deprecated/gtktearoffmenuitem.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user