From 85437877e80b8b93820dd0b8c13d866428390319 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 5 Mar 2010 00:09:52 +0100 Subject: [PATCH] fix comment (Thanks Merovius) --- src/randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/randr.c b/src/randr.c index 500ce5d5..eb7dce90 100644 --- a/src/randr.c +++ b/src/randr.c @@ -427,7 +427,7 @@ void randr_query_screens(xcb_connection_t *conn) { ewmh_update_workarea(); - /* Just go through each workspace and associate as many screens as we can. */ + /* Just go through each active output and associate one workspace */ TAILQ_FOREACH(screen, &outputs, outputs) { if (!screen->active || screen->current_workspace != NULL) continue;