X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=b41f0644d01bd0acae0ceb49bff5ac246e8989e7;hb=a4838c740cd52d4405fab019b73d118d02599c56;hp=0f9eaa4b2c4df9da37855d41b989e01baf6ab68a;hpb=f8a47de5ec444c452093371e3db16857eb39a490;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 0f9eaa4b..b41f0644 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -307,9 +307,10 @@ void client_set_list(); surroundings (struts, etc). */ 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); +/*! 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