From: Michael Stapelberg Date: Thu, 4 Mar 2010 23:09:52 +0000 (+0100) Subject: fix comment (Thanks Merovius) X-Git-Tag: 3.e~6^2~122 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=85437877e80b8b93820dd0b8c13d866428390319;p=i3%2Fi3 fix comment (Thanks Merovius) --- 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;