mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
9 lines
146 B
C
9 lines
146 B
C
|
#ifndef BACKEND_SESSION_SESSION_H
|
||
|
#define BACKEND_SESSION_SESSION_H
|
||
|
|
||
|
struct wlr_session;
|
||
|
|
||
|
void session_init(struct wlr_session *session);
|
||
|
|
||
|
#endif
|