mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-01-24 23:40:22 +01:00
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. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cairo-buffer.c | ||
| cat.c | ||
| cat.h | ||
| embedded.c | ||
| fullscreen-shell.c | ||
| meson.build | ||
| output-layers.c | ||
| output-layout.c | ||
| pointer.c | ||
| rotation.c | ||
| scene-graph.c | ||
| simple.c | ||
| tablet.c | ||
| touch.c | ||