backend: Include deprecated header
To avoid compiler warnings.
This commit is contained in:
parent
202d95d180
commit
260d8fc097
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
|||
#include "clutter-stage-window.h"
|
||||
#include "clutter-version.h"
|
||||
|
||||
#define CLUTTER_DISABLE_DEPRECATION_WARNINGS
|
||||
#include "deprecated/clutter-backend.h"
|
||||
|
||||
#ifdef HAVE_CLUTTER_WAYLAND_COMPOSITOR
|
||||
#include "wayland/clutter-wayland-compositor.h"
|
||||
#endif /* HAVE_CLUTTER_WAYLAND_COMPOSITOR */
|
||||
|
|
Loading…
Add table
Reference in a new issue