diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-28 02:00:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-28 02:00:10 +0000 |
| commit | 33cc5724028121753bfc6e4fc51f3027864f9678 (patch) | |
| tree | c31489029b6facb77394b14293f0f870271f7406 /openbox/screen.c | |
| parent | d20f84f5ded581c57df5904c6fa550dac05ad036 (diff) | |
drop some wasted client_validates.
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
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 { |
