]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
when un-showing the desktop if a window is getting shown, iconify the others so just...
[chaz/openbox] / openbox / client.h
index 5a837391fefefb9f2efe0a102abd2551b0906ae9..aa7f41a578db3cf92ec6d641b2d11fa32a3f51b0 100644 (file)
@@ -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
This page took 0.022388 seconds and 4 git commands to generate.