From 65d50861ada11f5409680de285f461f16e78c090 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 May 2007 23:22:54 +0000 Subject: when un-showing the desktop if a window is getting shown, iconify the others so just the one is shown --- openbox/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/client.h') 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 -- cgit v1.2.3