Chase wlroots: add output to scene_output_layout explicitly

Chases: f5917f0247600b65edec1735234d00de57d577a8
scene_output_layout: make output adding explicit
This commit is contained in:
John Lindgren 2023-09-21 21:33:12 -04:00 committed by Johan Malm
parent ddc9047a67
commit 96c85051ae
3 changed files with 47 additions and 9 deletions

View file

@ -229,6 +229,7 @@ struct server {
struct seat seat;
struct wlr_scene *scene;
struct wlr_scene_output_layout *scene_layout;
/* cursor interactive */
enum input_mode input_mode;