[client] wayland: split Wayland display server into modules

The Wayland display server is getting unwieldy due to the sheer size.
To make it easier to edit in the future, I split it into many components
based on logical boundaries.
This commit is contained in:
Quantum
2021-02-20 01:23:48 -05:00
committed by Geoffrey McRae
parent 1ba1108099
commit 5649d1ad95
13 changed files with 1921 additions and 1405 deletions

View File

@@ -10,7 +10,16 @@ pkg_check_modules(DISPLAYSERVER_Wayland_PKGCONFIG REQUIRED
#)
add_library(displayserver_Wayland STATIC
clipboard.c
cursor.c
gl.c
idle.c
input.c
poll.c
state.c
registry.c
wayland.c
window.c
)
target_link_libraries(displayserver_Wayland