wlroots-hyprland/backend
nyorain 7b52388424 Rework session handling
Sessions can now be retrieved from a backend in a more general manner.
Multi-backend gets back its `session` field that contains the session
if one was created, removing the interfacing from multi backend with the
drm backend directly. This adds the possibility to use sessions even
without the drm backend.

It additionally fixes the bug that 2 session objects got created when
WLR_BACKENDS were set to "libinput,drm".

To allow vt switching without drm backend (and drm fd) on logind, start
listening to PropertiesChanged signals from dbus and parse the session
"Active" property when no master fd was created (this does not change
current drm backend behaviour in any way).
2018-09-24 23:35:09 +02:00
..
drm Rework session handling 2018-09-24 23:35:09 +02:00
headless backend/headless: add assertions 2018-09-18 11:01:53 +02:00
libinput backend/libinput: add assertions 2018-09-18 11:05:55 +02:00
multi Rework session handling 2018-09-24 23:35:09 +02:00
session Rework session handling 2018-09-24 23:35:09 +02:00
wayland backend/wayland: add assertions 2018-09-18 11:06:01 +02:00
x11 backend/x11: add assertions 2018-09-18 11:06:01 +02:00
backend.c Rework session handling 2018-09-24 23:35:09 +02:00
meson.build Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" 2018-08-24 19:35:02 +12:00