1
0
Fork 0

compositor: Conditionalize more Wayland support

This commit is contained in:
Jasper St. Pierre 2014-08-27 12:41:26 -04:00
parent 4c8a408afc
commit 09aefdba43
2 changed files with 3 additions and 2 deletions

View file

@ -82,7 +82,9 @@
#include "backends/x11/meta-backend-x11.h"
#ifdef HAVE_WAYLAND
#include "wayland/meta-wayland-private.h"
#endif
static gboolean
is_modal (MetaDisplay *display)

View file

@ -35,9 +35,8 @@
#ifdef HAVE_WAYLAND
#include "meta-surface-actor-wayland.h"
#endif
#include "wayland/meta-wayland-surface.h"
#endif
typedef enum {
INITIALLY_FROZEN,