wlroots/include/wlr/interfaces
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
..
wlr_buffer.h buffer: introduce wlr_buffer_finish() 2025-01-08 16:06:12 +00:00
wlr_ext_image_capture_source_v1.h ext-image-capture-source-v1: add start/stop hooks 2025-01-14 16:42:12 +01:00
wlr_keyboard.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_output.h output-layers: change semantics of wlr_output_state.layers 2025-03-22 14:58:54 +01:00
wlr_pointer.h pointer: release pressed buttons on destroy 2024-09-24 19:53:54 +00:00
wlr_switch.h interface/wlr_switch: rework destroy sequence 2022-03-07 16:37:41 +00:00
wlr_tablet_pad.h Reformat doc comments 2022-05-25 14:22:58 +00:00
wlr_tablet_tool.h interface/wlr_tablet_tool: rework destroy sequence 2022-03-07 16:37:41 +00:00
wlr_touch.h interface/wlr_touch: rework destroy sequence 2022-03-07 16:37:41 +00:00