X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.h;h=d3438b84951b40903f9a267a1d1bde13eb15722a;hb=e9e506ed436859048f6efc3b5962c6809f1a592a;hp=c8ab17f7cf15fa9a42ce5f2c158ce571e8aaeb57;hpb=c2f1db8f83618e60dcded8303d14656d7d26b436;p=elogind.git diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h index c8ab17f7c..d3438b849 100644 --- a/src/login/logind-seat.h +++ b/src/login/logind-seat.h @@ -60,9 +60,11 @@ int seat_preallocate_vts(Seat *s); int seat_attach_session(Seat *s, Session *session); -bool seat_is_vtconsole(Seat *s); +bool seat_has_vts(Seat *s); +bool seat_is_seat0(Seat *s); bool seat_can_multi_session(Seat *s); bool seat_can_tty(Seat *s); +bool seat_has_master_device(Seat *s); bool seat_can_graphical(Seat *s); int seat_get_idle_hint(Seat *s, dual_timestamp *t);