summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-28 02:00:10 +0000
committerDana Jansens <danakj@orodu.net>2007-03-28 02:00:10 +0000
commit33cc5724028121753bfc6e4fc51f3027864f9678 (patch)
treec31489029b6facb77394b14293f0f870271f7406 /openbox/screen.c
parentd20f84f5ded581c57df5904c6fa550dac05ad036 (diff)
drop some wasted client_validates.
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index cf94462c..298a0b22 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -882,7 +882,7 @@ void screen_show_desktop(gboolean show)
ObClient *c = it->data;
if (c->type == OB_CLIENT_TYPE_DESKTOP &&
(c->desktop == screen_desktop || c->desktop == DESKTOP_ALL) &&
- client_validate(it->data) && client_focus(it->data))
+ client_focus(it->data))
break;
}
} else {