wlroots-hyprland/types/output
Simon Ser be05097968 output: add wlr_output_state_init()
This changes the semantics of wlr_output_state. Instead of having
fields with uninitialized memory when missing from the committed
bitflag, all fields are always initialized (and maybe NULL/empty),
just like we do in wlr_surface_state. This reduces the chances of
footguns when reading a field, and removes the need to check for
the committed bitfield everywhere.

A new wlr_output_state_init() function takes care of initializing
the Pixman region.
2023-06-23 18:07:26 +00:00
..
cursor.c add render timer API 2023-06-05 19:50:07 +00:00
output.c output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00
render.c output: stop using wlr_output.back_buffer in output_ensure_buffer() 2023-06-20 16:33:41 +00:00
state.c output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00
swapchain.c output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00