aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-server.c
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2019-11-05 09:09:50 -0600
committerJoshua Watt <JPEWhacker@gmail.com>2019-11-06 08:24:14 -0600
commite7d88f35eb89cf0cc77cbddd834cacc63683a9cc (patch)
tree7590f5dcfe7172dea1cf3ed5fe15f5d2405db7b0 /src/wayland-server.c
parentscanner: Add configure check for strndup (diff)
downloadwayland-e7d88f35eb89cf0cc77cbddd834cacc63683a9cc.tar
wayland-e7d88f35eb89cf0cc77cbddd834cacc63683a9cc.tar.gz
wayland-e7d88f35eb89cf0cc77cbddd834cacc63683a9cc.tar.bz2
wayland-e7d88f35eb89cf0cc77cbddd834cacc63683a9cc.tar.lz
wayland-e7d88f35eb89cf0cc77cbddd834cacc63683a9cc.tar.xz
wayland-e7d88f35eb89cf0cc77cbddd834cacc63683a9cc.tar.zst
wayland-e7d88f35eb89cf0cc77cbddd834cacc63683a9cc.zip
Move wl_priv_signal to wayland-server-private.h
Including wayland-server-core.h in wayland-private.h is problematic because wayland-private.h is included by wayland-scanner which should be able to build against non-POSIX platforms (e.g. MinGW). The only reason that wayland-server-core.h was included in wayland-private.h was for the wl_private_signal definitions, so move those to a wayland-server-private.h file that can be included by both wayland-server.c and the tests. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Diffstat (limited to 'src/wayland-server.c')
-rw-r--r--src/wayland-server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 5f466a0..3f48dfe 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -46,6 +46,7 @@
#include "wayland-util.h"
#include "wayland-private.h"
+#include "wayland-server-private.h"
#include "wayland-server.h"
#include "wayland-os.h"