wlroots-hyprland/backend/session
Simon Ser 63792b38e4 backend/session: take wl_event_loop instead of wl_display
wl_display holds a lot more than wlr_session needs: wlr_session
only needs to wait for a FD to become readable, but wl_display
provides full access to the Wayland client and protocol objects.

Switch to wl_event_loop to better reflect the above.
2023-11-23 11:15:07 +00:00
..
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00
session.c backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00:00