From 129baf1bbfe3174a667c1ae73de131c503c025ea Mon Sep 17 00:00:00 2001 From: MichaƂ Bartoszkiewicz Date: Wed, 20 Apr 2016 10:06:26 +0200 Subject: logind: use type to determine graphical sessions (#3071) --- src/login/logind-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/logind-session.c b/src/login/logind-session.c index 676fbc15a3..a8b1d5943d 100644 --- a/src/login/logind-session.c +++ b/src/login/logind-session.c @@ -797,7 +797,7 @@ int session_get_idle_hint(Session *s, dual_timestamp *t) { /* Graphical sessions should really implement a real * idle hint logic */ - if (s->display) + if (SESSION_TYPE_IS_GRAPHICAL(s->type)) goto dont_know; /* For sessions with an explicitly configured tty, let's check -- cgit v1.2.3-54-g00ecf