Skip to content
Commit e7d88f35 authored by Joshua Watt's avatar Joshua Watt
Browse files

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: default avatarJoshua Watt <JPEWhacker@gmail.com>
parent 4a1f348c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment