1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-21 06:09:49 +01:00
wlroots-hyprland/include/backend/session/session.h
2020-08-24 11:13:55 +02:00

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