]> git.sur5r.net Git - i3/i3/commitdiff
fix comment (Thanks Merovius)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 4 Mar 2010 23:09:52 +0000 (00:09 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 4 Mar 2010 23:09:52 +0000 (00:09 +0100)
src/randr.c

index 500ce5d5608a6b553b2bfaf413e9bcfd8b99a4aa..eb7dce906087a664fd7d0fd58a56415a3391f44a 100644 (file)
@@ -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;