]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
big scary g_assert(). interactive actions should never move focus until they're done.
[chaz/openbox] / openbox / client.h
index aaebceaa66855b32d03af90701a591927649b7ed..5526c282ddf6d9cc242b445206c4fa3c460d8a05 100644 (file)
@@ -493,11 +493,11 @@ void client_kill(ObClient *self);
 */
 void client_set_desktop(ObClient *self, guint target, gboolean donthide);
 
-/*! Show the client if it should be shown. */
-void client_show(ObClient *self);
+/*! Show the client if it should be shown. Returns if the window is shown. */
+gboolean client_show(ObClient *self);
 
-/*! Show the client if it should be shown. */
-void client_hide(ObClient *self);
+/*! Show the client if it should be shown. Returns if the window is hidden. */
+gboolean client_hide(ObClient *self);
 
 /*! Show the client if it should be shown, and hide it if it should be
   hidden. This is for example, when switching desktops.
This page took 0.023448 seconds and 4 git commands to generate.