wlroots-hyprland/backend
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
..
drm backend/drm: use libdisplay-info for CVT mode generation 2023-02-28 14:44:02 +00:00
headless backend/headless: unconditionally accept all output layers 2023-02-21 10:12:35 +00:00
libinput build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00
multi backend: drop wlr_backend_get_session() 2022-11-15 21:16:25 +00:00
session backend/session: make optional 2022-11-25 16:15:29 +00:00
wayland output-layer: require all layers in wlr_output_state.layers 2023-03-10 11:16:01 +00:00
x11 backend/x11: fix delta_discrete value 2023-01-16 14:19:44 +03:00
backend.c backend: move #ifdefs to nested functions 2023-02-27 11:33:52 +01:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00