aboutsummaryrefslogtreecommitdiff
path: root/include/backend/session/session.h
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2020-07-25 21:53:06 +0200
committerSimon Ser <contact@emersion.fr>2020-08-24 11:13:55 +0200
commitbad1e9afa8ea7d8927c8b4df83d3f277379dd54e (patch)
treea5f655d5b3fa824e12a1429ec4c8e49ab53f2cc9 /include/backend/session/session.h
parent9feeb2738dfc5a2b07a817938cef9d553d0a26ee (diff)
session: Add libseat backend
Diffstat (limited to 'include/backend/session/session.h')
-rw-r--r--include/backend/session/session.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/backend/session/session.h b/include/backend/session/session.h
new file mode 100644
index 00000000..626f470a
--- /dev/null
+++ b/include/backend/session/session.h
@@ -0,0 +1,8 @@
+#ifndef BACKEND_SESSION_SESSION_H
+#define BACKEND_SESSION_SESSION_H
+
+struct wlr_session;
+
+void session_init(struct wlr_session *session);
+
+#endif