wlroots-hyprland/backend
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
..
drm output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00
headless backend_destroy: Similiar logic like DRM backend 2023-05-15 20:21:23 +02:00
libinput backend/libinput: use struct initializers for events 2023-06-14 15:20:41 +02:00
multi backend: drop wlr_backend_get_session() 2022-11-15 21:16:25 +00:00
session backend/session: make optional 2022-11-25 16:15:29 +00:00
wayland output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00
x11 output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00
backend.c backend: move #ifdefs to nested functions 2023-02-27 11:33:52 +01:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00