gdk: Disable deprecation warnings
We don't want to break the build because GDK deprecated some symbol.
This commit is contained in:
parent
3879bacc78
commit
7d7eb8aabd
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
#endif
|
||||
|
||||
#include <cogl/cogl.h>
|
||||
|
||||
#define GDK_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
#include <gdk/gdkx.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue