[client] x11: split out clipboard code for maintainabillity

This commit is contained in:
Geoffrey McRae
2021-03-27 09:21:32 +11:00
parent ab4d7cb94b
commit 2f14d64289
5 changed files with 542 additions and 431 deletions

View File

@@ -12,6 +12,7 @@ pkg_check_modules(DISPLAYSERVER_X11_PKGCONFIG REQUIRED
add_library(displayserver_X11 STATIC
x11.c
clipboard.c
)
add_definitions(-D GLX_GLXEXT_PROTOTYPES)