X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=47da397ada526e98aed8613580eda41a9a9a3010;hb=5d5714f01e1a7140847f6e7f2922d457f6bbe66a;hp=5830066efd5c78508feda3864190052cb360fe05;hpb=31f0c8c1ad8c9acf369ab8336765f4bf673b8e21;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 5830066e..47da397a 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -490,6 +490,11 @@ void client_find_resize_directional(ObClient *self, ObDirection side, */ void client_fullscreen(ObClient *self, gboolean fs); +/*! Determine if the window, using the given client-area, would be considered + as an "oldschool fullscreen" window, that is, if it is filling a whole + monitor. */ +gboolean client_is_oldfullscreen(const ObClient const *self, const Rect *area); + /*! Iconifies or uniconifies the client window @param iconic true if the window should be iconified; false if it should be restored.