Added 'direct' session backend

This commit is contained in:
Scott Anderson 2017-05-03 19:26:43 +12:00
parent 18387468bb
commit 0002b8dd08
4 changed files with 53 additions and 0 deletions

View file

@ -16,5 +16,6 @@ struct wlr_session {
};
extern const struct session_interface session_logind_iface;
extern const struct session_interface session_direct_iface;
#endif