mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
session: Add libseat backend
This commit is contained in:
parent
9feeb2738d
commit
bad1e9afa8
13 changed files with 244 additions and 7 deletions
8
include/backend/session/session.h
Normal file
8
include/backend/session/session.h
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue