[client] spice: create and use platform agnostic grab/ungrab methods

This commit is contained in:
Geoffrey McRae
2021-01-10 15:26:33 +11:00
parent 8982493239
commit 76ed75f871
4 changed files with 179 additions and 55 deletions

View File

@@ -94,6 +94,7 @@ set(SOURCES
src/lg-renderer.c
src/ll.c
src/utils.c
src/wm.c
)
add_subdirectory("${PROJECT_TOP}/common" "${CMAKE_BINARY_DIR}/common" )