X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=5526c282ddf6d9cc242b445206c4fa3c460d8a05;hb=f5d7952a9470f132a612d71b8c86a1279ea3efa3;hp=aaebceaa66855b32d03af90701a591927649b7ed;hpb=f9fe78d970fa1ef62d56160db7a82fa6948643b6;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index aaebceaa..5526c282 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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.