wlroots/backend
Simon Ser b931ac9ac0 output-layers: change semantics of wlr_output_state.layers
Previously, we were requiring all layers to be included in
wlr_output_state.layers and wlr_output_layer_state.buffer to be
set to NULL to disable a layer.

This commit changes these semantics: disabled layers are left out
of wlr_output_state.layers, and wlr_output_layer_state.buffer is
required to be non-NULL.

This new API should make it easier for callers to populate the
layers, at the cost of some additional complexity in backends,
mostly addressed by introducing a new
wlr_output_state_is_layer_enabled() helper.
2025-03-22 14:58:54 +01:00
..
drm output-layers: change semantics of wlr_output_state.layers 2025-03-22 14:58:54 +01:00
headless backend/headless: accept hardware cursors 2025-01-14 16:42:12 +01:00
libinput pointer: release pressed buttons on destroy 2024-09-24 19:53:54 +00:00
multi Assert (almost all) signals have no attached listeners on destroy 2025-01-15 19:53:11 +03:00
session Assert (almost all) signals have no attached listeners on destroy 2025-01-15 19:53:11 +03:00
wayland output-layers: change semantics of wlr_output_state.layers 2025-03-22 14:58:54 +01:00
x11 output: introduce wlr_output_finish() 2025-01-08 16:06:12 +00:00
backend.c Assert (almost all) signals have no attached listeners on destroy 2025-01-15 19:53:11 +03:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00