mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
8 lines
146 B
C
8 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
|