]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
speed up workspace switching by causing the minimal number of expose events (none...
[chaz/openbox] / openbox / client.h
index 0f9eaa4b2c4df9da37855d41b989e01baf6ab68a..4df3893e08cc1eb0d11a1f573d7a45459c5f58bb 100644 (file)
@@ -309,7 +309,12 @@ void client_remaximize(Client *self);
 
 /*! Shows the window if it should be shown, or hides it
   Used when changing desktops, the window's state, etc. */
-void client_showhide(Client *self, gboolean firehook);
+void client_showhide(Client *self);
+
+/*! Determines if the client should be shown or hidden currently.
+  @return TRUE if it should be visible; otherwise, FALSE.
+*/
+gboolean client_should_show(Client *self);
 
 /*! Returns if the window should be treated as a normal window.
   Some windows (desktops, docks, splash screens) have special rules applied
This page took 0.020777 seconds and 4 git commands to generate.