speed hack

This commit is contained in:
Anselm R. Garbe 2006-04-26 19:11:59 +02:00
parent 8f00793a05
commit 1b248269c6
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ update_views()
for(i = 0; i < view.size; i++) {
Bool only_wildcards = True;
for(j = 0; j < client.size; j++) {
for(j = 0; only_wildcards && j < client.size; j++) {
Client *c = client.data[j];
if(is_view_of(c, view.data[i]) && !strchr(c->tags, '*'))
only_wildcards = False;