Fix segfault, add wl_shell view

This commit is contained in:
emersion 2017-09-27 14:48:53 +02:00
parent ed9a43c213
commit acf58e04de
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 24 additions and 8 deletions

View file

@ -10,6 +10,6 @@ executable(
'output.c',
'pointer.c',
'xdg_shell_v6.c',
'wl_shell.c'
'wl_shell.c',
], dependencies: wlroots
)