]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
always unfocus the window when it disappears, no special cases.. (except unmanage)
[chaz/openbox] / openbox / client.h
index 2e5766e29e5d7e01c4aa8975d9e1c8588e2afef9..a01c2b0f6083aad80c84105a683f9e23f9cd47ff 100644 (file)
@@ -436,6 +436,11 @@ void client_kill(ObClient *self);
          desktop has been changed. Generally this should be FALSE. */
 void client_set_desktop(ObClient *self, guint target, gboolean donthide);
 
+/*! Show the client if it should be shown, and hide it if it should be
+  hidden. This is for example, when switching desktops.
+*/
+void client_showhide(ObClient *self);
+
 /*! Validate client, by making sure no Destroy or Unmap events exist in
   the event queue for the window.
   @return true if the client is valid; false if the client has already
This page took 0.024024 seconds and 4 git commands to generate.