wayland: Only include Wayland headers in private
As wayland-client.h and wayland-server.h can't be included together, split the Wayland backend file into clutter-backend-wayland.h, which only defines the types, and clutter-backend-wayland-priv.h, which actually uses the Wayland client types. Signed-off-by: Daniel Stone <daniel@fooishbar.org> https://bugzilla.gnome.org/show_bug.cgi?id=692851
This commit is contained in:

committed by
Emmanuele Bassi

parent
b37b9d917a
commit
dfb145988e
@ -32,6 +32,7 @@
|
||||
|
||||
#include "clutter-backend.h"
|
||||
#include "wayland/clutter-backend-wayland.h"
|
||||
#include "wayland/clutter-backend-wayland-priv.h"
|
||||
#include "clutter-debug.h"
|
||||
#include "clutter-device-manager-private.h"
|
||||
#include "clutter-private.h"
|
||||
|
Reference in New Issue
Block a user