summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-08 21:57:36 +0000
committerDana Jansens <danakj@orodu.net>2007-05-08 21:57:36 +0000
commit1e4215c5c63c53c199a3a5a177607de308c8a3f1 (patch)
tree122792eeacb391b5bc60e898103a1e0713f14a40 /openbox/client.h
parentaae4f66f68b32c8ad2760eeb12ebb9cb3d44602a (diff)
merge r6176-6182 from 3.4-working
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/openbox/client.h b/openbox/client.h
index ae60181c..5fb26262 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -464,13 +464,9 @@ void client_kill(ObClient *self);
/*! Sends the window to the specified desktop
@param donthide If TRUE, the window will not be shown/hidden after its
- desktop has been changed. Generally this should be FALSE.
- @param focus_nonintrusive If TRUE, the window will not be moved in the
- focus order at all. Do this when moving windows to a desktop in
- the "background" or something. It can be used to make a window share
- multiple desktops. Generally this should be FALSE. */
-void client_set_desktop(ObClient *self, guint target,
- gboolean donthide, gboolean focus_nonintrusive);
+ desktop has been changed. Generally this should be FALSE.
+*/
+void client_set_desktop(ObClient *self, guint target, gboolean donthide);
/*! Show the client if it should be shown. */
void client_show(ObClient *self);
@@ -665,8 +661,4 @@ ObClient* client_under_pointer();
gboolean client_has_group_siblings(ObClient *self);
-/*! Returns if a client has an group siblings which are main application
- windows (not helper or non-normal windows) */
-gboolean client_has_non_helper_group_siblings(ObClient *self);
-
#endif