chase: output->pending

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4202
This commit is contained in:
Consolatis 2024-03-18 23:53:38 +01:00 committed by Johan Malm
parent 0d354519e8
commit 36b0dc2db4
9 changed files with 149 additions and 13 deletions

View file

@ -369,6 +369,7 @@ struct output {
struct wl_list link; /* server.outputs */
struct server *server;
struct wlr_output *wlr_output;
struct wlr_output_state pending;
struct wlr_scene_output *scene_output;
struct wlr_scene_tree *layer_tree[LAB_NR_LAYERS];
struct wlr_scene_tree *layer_popup_tree;