mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
commit
8e33deb0be
5 changed files with 50 additions and 29 deletions
|
|
@ -25,8 +25,12 @@ struct wlr_session {
|
|||
struct wl_signal session_signal;
|
||||
bool active;
|
||||
|
||||
/*
|
||||
* 0 if virtual terminals are not supported
|
||||
* i.e. seat != "seat0"
|
||||
*/
|
||||
unsigned vtnr;
|
||||
char seat[8];
|
||||
char seat[256];
|
||||
|
||||
struct udev *udev;
|
||||
struct udev_monitor *mon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue