wlroots-hyprland/types/output
Simon Ser 1b6fac4aa6 output-layer: require all layers in wlr_output_state.layers
- Simplifies the backends
- Avoids having two ways to do the same thing: previously one could
  disable a layer by either omitting it from wlr_output_state.layers,
  or by passing a NULL buffer
- We can change our mind in the future: we can allow users to omit
  some layers and define a meaning without breaking the API.

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4017#note_1783997
2023-03-10 11:16:01 +00:00
..
cursor.c render/swapchain: make public 2023-02-21 17:14:31 +01:00
output.c output-layer: require all layers in wlr_output_state.layers 2023-03-10 11:16:01 +00:00
render.c output: leverage wlr_output_configure_primary_swapchain() 2023-02-24 18:22:20 +00:00
state.c output: expose wlr_output_state_set_buffer() 2023-02-21 09:43:43 +00:00
swapchain.c output: introduce wlr_output_configure_primary_swapchain() 2023-02-24 18:22:20 +00:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00