From addedec48ba0ffc4472ef6d3b5a45c9d4239f1cd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 3 Jan 2012 21:47:54 +0100 Subject: logind: if we can't open /dev/tty0, assume there is no VT subsystem and don't pretend we could do VT switching --- src/login/logind-seat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/login/logind-seat.h') diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h index 5bce1434e9..3b2c7f0965 100644 --- a/src/login/logind-seat.h +++ b/src/login/logind-seat.h @@ -62,6 +62,7 @@ int seat_preallocate_vts(Seat *s); int seat_attach_session(Seat *s, Session *session); bool seat_is_vtconsole(Seat *s); +bool seat_can_multi_session(Seat *s); int seat_get_idle_hint(Seat *s, dual_timestamp *t); int seat_start(Seat *s); -- cgit v1.2.3-54-g00ecf