]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
add a function client_is_oldfullscreen() that determines if a window is an "oldschool...
[chaz/openbox] / openbox / client.h
index 5830066efd5c78508feda3864190052cb360fe05..47da397ada526e98aed8613580eda41a9a9a3010 100644 (file)
@@ -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.
This page took 0.021983 seconds and 4 git commands to generate.