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
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef WLR_SESSION_INTERFACE_H
|
||||
#define WLR_SESSION_INTERFACE_H
|
||||
|
||||
struct wlr_session;
|
||||
#include <wlr/session.h>
|
||||
|
||||
struct session_interface {
|
||||
struct wlr_session *(*start)(struct wl_display *disp);
|
||||
|
|
@ -12,10 +12,6 @@ struct session_interface {
|
|||
bool (*change_vt)(struct wlr_session *session, int vt);
|
||||
};
|
||||
|
||||
struct wlr_session {
|
||||
struct session_interface iface;
|
||||
};
|
||||
|
||||
extern const struct session_interface session_logind_iface;
|
||||
extern const struct session_interface session_direct_iface;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue