Add sway_surface

For extending wlr_surface with additional things.
This commit is contained in:
Ivan Molodetskikh 2019-10-09 16:06:30 +03:00 committed by Simon Ser
parent 022df2542b
commit 5421198489
5 changed files with 43 additions and 0 deletions

View file

@ -16,6 +16,7 @@ sway_sources = files(
'desktop/layer_shell.c',
'desktop/output.c',
'desktop/render.c',
'desktop/surface.c',
'desktop/transaction.c',
'desktop/xdg_shell.c',