diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-01 23:24:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-01 23:24:01 +0000 |
| commit | 3547fe26edf0671dbc0ec5b3a081f8629d13e4b9 (patch) | |
| tree | 5b47952456aaf913a8067d70d17727d93099c66e /openbox | |
| parent | 0f677834e253dfd18a246c8811bf4a4e364d5e0e (diff) | |
formatting
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/client.c b/openbox/client.c index e10ce1dd..474789ce 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3246,8 +3246,7 @@ void client_set_desktop_recursive(ObClient *self, client_set_desktop_recursive(it->data, target, donthide); } -void client_set_desktop(ObClient *self, guint target, - gboolean donthide) +void client_set_desktop(ObClient *self, guint target, gboolean donthide) { self = client_search_top_normal_parent(self); client_set_desktop_recursive(self, target, donthide); |
