wayland: Move "public" Wayland API to another header file

This commit is contained in:
Jasper St. Pierre
2014-02-28 10:24:06 -05:00
parent 77838c2ca3
commit 770b58b367
14 changed files with 61 additions and 34 deletions

View File

@@ -41,7 +41,7 @@
#include "screen-private.h"
#include <meta/prefs.h>
#include "util-private.h"
#include "meta-wayland-private.h"
#include "meta-wayland.h"
#include <X11/keysym.h>
#include <string.h>

View File

@@ -53,7 +53,7 @@
#include "session.h"
#include <meta/prefs.h>
#include <meta/compositor.h>
#include "meta-wayland-private.h"
#include "meta-wayland.h"
#include <glib-object.h>
#include <glib-unix.h>

View File

@@ -34,7 +34,6 @@
#include "util-private.h"
#include <meta/errors.h>
#include "monitor-private.h"
#include "meta-wayland-private.h"
#include "meta-dbus-xrandr.h"

View File

@@ -43,7 +43,7 @@
#include <meta/compositor.h>
#include "mutter-enum-types.h"
#include "core.h"
#include "meta-wayland-private.h"
#include "meta-wayland.h"
#include "meta-cursor-tracker-private.h"
#include <X11/extensions/Xinerama.h>