Initial scaffolding of layer shell

This commit is contained in:
Drew DeVault 2018-03-17 15:07:48 -04:00
parent 575bc81d54
commit f29d8b55ae
7 changed files with 419 additions and 1 deletions

View file

@ -8,8 +8,10 @@ lib_wlr_types = static_library(
'wlr_gamma_control.c',
'wlr_idle_inhibit_v1.c',
'wlr_idle.c',
'wlr_idle_inhibit_v1.c',
'wlr_input_device.c',
'wlr_keyboard.c',
'wlr_layer_shell.c',
'wlr_linux_dmabuf.c',
'wlr_list.c',
'wlr_matrix.c',