summaryrefslogtreecommitdiff
path: root/src/seat.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-06-20 12:05:39 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-06-20 12:05:39 +1200
commit978fb2eb32faa00f6a3399c701fdbd779170546f (patch)
tree8dab5dbcb020d8ee7c6de88d96f1a056d2795668 /src/seat.c
parentf65191323a51ce7fd5140b9db58e73475e3a2cfb (diff)
downloadlightdm-git-978fb2eb32faa00f6a3399c701fdbd779170546f.tar.gz
Rename xlocal seat to local - it supports Mir and Wayland as well as X. The xlocal seat type is now an alias for local
Diffstat (limited to 'src/seat.c')
-rw-r--r--src/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seat.c b/src/seat.c
index 01bda382..facf7ef9 100644
--- a/src/seat.c
+++ b/src/seat.c
@@ -294,7 +294,7 @@ seat_get_next_session (Seat *seat)
* Obtains the active session which lightdm expects to be active.
*
* This function is different from seat_get_active_session() in that the
- * later (in the case of xlocal seats) dynamically finds the session that is
+ * later (in the case of local seats) dynamically finds the session that is
* really active (based on the active VT), whereas this function returns the
* session that lightdm activated last by itself, which may not be the actual
* active session (i.e. VT changes).