wlroots-hyprland/backend/x11
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
..
backend.c build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00
input_device.c backend/x11: fix delta_discrete value 2023-01-16 14:19:44 +03:00
meson.build backend: make DRM and libinput backends optional 2021-07-22 09:56:38 -04:00
output.c output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00