output: Add scene output layout helper manually

This commit is contained in:
Kenny Levinsen 2023-11-25 12:48:30 +01:00 committed by Simon Ser
parent 63c0887664
commit f0bc13bef7
3 changed files with 9 additions and 3 deletions

View file

@ -34,6 +34,8 @@ struct cg_server {
enum cg_multi_output_mode output_mode;
struct wlr_output_layout *output_layout;
struct wlr_scene_output_layout *scene_output_layout;
struct wlr_scene *scene;
/* Includes disabled outputs; depending on the output_mode
* some outputs may be disabled. */