wlroots/include
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
..
backend backend/wayland: use a separate event queue for busy loops 2025-03-01 16:03:52 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/allocator: add udmabuf allocator 2024-12-22 21:37:57 +00:00
types matrix: move to util/ 2025-01-27 17:48:18 +01:00
util matrix: move to util/ 2025-01-27 17:48:18 +01:00
wlr output-layers: change semantics of wlr_output_state.layers 2025-03-22 14:58:54 +01:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwm: Handle NET_WM_WINDOW_OPACITY 2025-03-06 14:18:20 +00:00
meson.build render/color: add fallback stub when LCMS2 is disabled 2024-06-04 17:45:51 +00:00