mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Added 'direct' session backend
This commit is contained in:
parent
18387468bb
commit
0002b8dd08
4 changed files with 53 additions and 0 deletions
|
|
@ -16,5 +16,6 @@ struct wlr_session {
|
|||
};
|
||||
|
||||
extern const struct session_interface session_logind_iface;
|
||||
extern const struct session_interface session_direct_iface;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue