1
0
Fork 0

backend: Include deprecated header

To avoid compiler warnings.
This commit is contained in:
Emmanuele Bassi 2012-08-12 19:21:22 +01:00
parent 202d95d180
commit 260d8fc097

View file

@ -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 */