diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h index 5a837391..aa7f41a5 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -458,7 +458,8 @@ void client_fullscreen(ObClient *self, gboolean fs); be uniconified to the current viewable desktop (true) or to its previous desktop (false) */ -void client_iconify(ObClient *self, gboolean iconic, gboolean curdesk); +void client_iconify(ObClient *self, gboolean iconic, gboolean curdesk, + gboolean hide_animation); /*! Maximize or unmaximize the client window @param max true if the window should be maximized; false if it should be |
