Add shim implementations of wl_{compositor,shell}

To example compositor
This commit is contained in:
Drew DeVault 2017-06-28 18:51:58 -04:00
parent 28736c5787
commit 486ec5953c
5 changed files with 133 additions and 0 deletions

View file

@ -68,6 +68,8 @@ target_link_libraries(tablet
add_executable(compositor
compositor/main.c
compositor/wl_compositor.c
compositor/wl_shell.c
shared.c
)