summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-28 08:11:02 +0000
committerDana Jansens <danakj@orodu.net>2003-03-28 08:11:02 +0000
commit92bea590c0eff5f56f70093dfa1edef2f65b113f (patch)
tree21218baf0a7ad50cbca81f0b2988ce1cb1826d49 /openbox/client.h
parent42bbf005c81d6c5cf27cdcf7ca50443210b7ed17 (diff)
let a window be 'moved' to a new desktop without actually show/hiding it. useful for sending a window when following it, so theres no flash/flicker
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h
index a4e5c2ea..e01e2ebe 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -382,7 +382,7 @@ void client_close(Client *self);
void client_kill(Client *self);
/*! Sends the window to the specified desktop */
-void client_set_desktop(Client *self, guint target);
+void client_set_desktop(Client *self, guint target, gboolean donthide);
/*! Return a modal child of the client window
@return A modal child of the client window, or 0 if none was found.