summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/client.c3
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);