fix comment (Thanks Merovius)
This commit is contained in:
parent
5dd5956241
commit
85437877e8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue