Rename xwayland-api.h to libweston/xwayland-api.h

See "Rename compositor.h to libweston/libweston.h" for rationale.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen
2019-04-04 15:52:47 +03:00
parent ecbdcfd373
commit eebb7dc9ce
7 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#include <libweston/libweston.h>
#include "compositor/weston.h"
#include "xwayland/xwayland-api.h"
#include <libweston/xwayland-api.h>
#include "shared/helpers.h"
struct wet_xwayland {
+1 -1
View File
@@ -28,7 +28,7 @@
#include <time.h>
#include <libweston/libweston.h>
#include "xwayland/xwayland-api.h"
#include <libweston/xwayland-api.h>
#include "weston-desktop-shell-server-protocol.h"
+2
View File
@@ -15,3 +15,5 @@ backend_headless_h = files('backend-headless.h')
backend_rdp_h = files('backend-rdp.h')
backend_wayland_h = files('backend-wayland.h')
backend_x11_h = files('backend-x11.h')
xwayland_api_h = files('xwayland-api.h')
+1 -1
View File
@@ -37,7 +37,7 @@
#include <signal.h>
#include "xwayland.h"
#include "xwayland-api.h"
#include <libweston/xwayland-api.h>
#include "shared/helpers.h"
#include "shared/string-helpers.h"
#include "compositor/weston.h"
+1 -1
View File
@@ -41,4 +41,4 @@ plugin_xwayland = shared_library(
)
env_modmap += 'xwayland.so=@0@;'.format(plugin_xwayland.full_path())
install_headers('xwayland-api.h', subdir: dir_include_libweston)
install_headers(xwayland_api_h, subdir: dir_include_libweston_install)
+1 -1
View File
@@ -32,7 +32,7 @@
#include <libweston/libweston.h>
#include "compositor/weston.h"
#include "xwayland-api.h"
#include <libweston/xwayland-api.h>
#include "weston-debug.h"
#define SEND_EVENT_MASK (0x80)