From c88f25258027257e1f6c56e9f76b8fc1feaedbd4 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sat, 13 May 2017 23:56:40 +1200 Subject: Initial D-Bus signal support. --- include/wlr/session.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/wlr/session.h') diff --git a/include/wlr/session.h b/include/wlr/session.h index cf04f1da..36521a73 100644 --- a/include/wlr/session.h +++ b/include/wlr/session.h @@ -1,12 +1,15 @@ #ifndef WLR_SESSION_H #define WLR_SESSION_H +#include + struct wlr_session; -struct wlr_session *wlr_session_start(void); +struct wlr_session *wlr_session_start(struct wl_display *disp); void wlr_session_finish(struct wlr_session *session); int wlr_session_open_file(struct wlr_session *restrict session, const char *restrict path); void wlr_session_close_file(struct wlr_session *session, int fd); +bool wlr_session_change_vt(struct wlr_session *session, int vt); #endif -- cgit v1.2.3