Render XDG shell surfaces

This commit is contained in:
Drew DeVault 2017-09-23 11:13:18 -04:00
parent 7523de7c61
commit e81e99d16d
6 changed files with 118 additions and 18 deletions

View file

@ -6,6 +6,7 @@ executable(
'input.c',
'main.c',
'output.c',
'pointer.c'
'pointer.c',
'xdg_shell_v6.c'
], dependencies: wlroots
)