diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
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. |
