summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/login/multi-seat-x.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/login/multi-seat-x.c b/src/login/multi-seat-x.c
index 8f3aacdd3a..7a5d3b16e7 100644
--- a/src/login/multi-seat-x.c
+++ b/src/login/multi-seat-x.c
@@ -46,6 +46,9 @@ int main(int argc, char *argv[]) {
* device assigned to a seat and write a configuration file
* from it and then spawn the real X server. */
+ /* If this file is removed, don't forget to remove the code
+ * that invokes this in gdm and other display managers. */
+
for (i = 1; i < argc; i++)
if (streq(argv[i], "-seat"))
seat = argv[i+1];