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:
parent
ecbdcfd373
commit
eebb7dc9ce
@ -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 {
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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')
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user