swayfx/sway/desktop
Kenny Levinsen a047b5ee4a container: Move pending state to state struct
Pending state is currently inlined directly in the container struct,
while the current state is in a state struct. A side-effect of this is
that it is not immediately obvious that pending double-buffered state is
accessed, nor is it obvious what state is double-buffered.

Instead, use the state struct for both current and pending.
2021-02-16 22:05:00 -05:00
..
desktop.c Stop using wlr_output->{lx,ly} 2019-03-11 12:43:01 -04:00
idle_inhibit_v1.c Add views idle inhibition status in get_tree output 2020-05-29 17:29:41 -04:00
layer_shell.c desktop/layer_shell: Fix allocation type mismatch 2021-01-30 02:28:39 -05:00
output.c desktop/output: Disable head if mode is NULL 2021-01-26 10:26:37 +01:00
render.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
surface.c Make handle_destroy and output_repaint_timer_handler static 2020-03-04 03:09:43 +01:00
transaction.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
xdg_shell.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
xwayland.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00