mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
output: Add scene output layout helper manually
This commit is contained in:
parent
63c0887664
commit
f0bc13bef7
3 changed files with 9 additions and 3 deletions
2
server.h
2
server.h
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue