mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Working commit
This commit is contained in:
parent
c88f252580
commit
058b8bdf27
10 changed files with 133 additions and 13 deletions
|
|
@ -3,7 +3,14 @@
|
|||
|
||||
#include <wayland-server.h>
|
||||
|
||||
struct wlr_session;
|
||||
struct session_interface;
|
||||
|
||||
struct wlr_session {
|
||||
const struct session_interface *iface;
|
||||
|
||||
struct wl_signal device_paused;
|
||||
struct wl_signal device_resumed;
|
||||
};
|
||||
|
||||
struct wlr_session *wlr_session_start(struct wl_display *disp);
|
||||
void wlr_session_finish(struct wlr_session *session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue