mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
chase: output->pending
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4202
This commit is contained in:
parent
0d354519e8
commit
36b0dc2db4
9 changed files with 149 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue