scene: Add layer_shell_v1 helper

This helper behaves similar to the xdg_shell helper, and additionally
provides a little assistance for positioning and exclusive_zone
management.
This commit is contained in:
Kenny Levinsen 2022-01-09 23:48:24 +01:00
parent 3db1bcbe64
commit 1e3662ce57
3 changed files with 222 additions and 0 deletions

View file

@ -11,6 +11,7 @@ wlr_files += files(
'scene/wlr_scene.c',
'scene/output_layout.c',
'scene/xdg_shell.c',
'scene/layer_shell_v1.c',
'seat/wlr_seat_keyboard.c',
'seat/wlr_seat_pointer.c',
'seat/wlr_seat_touch.c',