mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-26 08:56:29 -05:00
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:
parent
3db1bcbe64
commit
1e3662ce57
3 changed files with 222 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue