Multiseat fixes

This commit is contained in:
Scott Anderson 2018-06-14 20:46:16 +12:00
parent 9a1f0e2d5f
commit 47985d2dc5
5 changed files with 50 additions and 29 deletions

View file

@ -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;