scene: add wlr_scene_attach_output_layout

This is a helper to integrate wlr_scene with wlr_output_layout.
This commit is contained in:
Simon Ser 2021-09-02 12:47:28 +02:00 committed by Kenny Levinsen
parent 7832005a1f
commit a181a37b12
3 changed files with 116 additions and 0 deletions

View file

@ -4,6 +4,7 @@ wlr_files += files(
'data_device/wlr_data_source.c',
'data_device/wlr_drag.c',
'scene/wlr_scene.c',
'scene/output_layout.c',
'seat/wlr_seat_keyboard.c',
'seat/wlr_seat_pointer.c',
'seat/wlr_seat_touch.c',