diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-13 15:13:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-13 15:13:16 +0000 |
| commit | 99c6a00cf6cae461f45d8fd3e852a9479f3694bc (patch) | |
| tree | e92b58618a028ed8aad50a28b24b726cf9727623 /openbox/client.h | |
| parent | 07f60c3a38d562f333df9d41453b2fa872f95410 (diff) | |
don't raise windows when moving them between desktops in some cases
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h index a334ad2b..812d0ac5 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -496,8 +496,11 @@ 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 dontraise If TRUE, the window will not be raised. Generally this should + be FALSE. */ -void client_set_desktop(ObClient *self, guint target, gboolean donthide); +void client_set_desktop(ObClient *self, guint target, gboolean donthide, + gboolean dontraise); /*! Show the client if it should be shown. Returns if the window is shown. */ gboolean client_show(ObClient *self); |
