]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.h
make restacking much better, yay
[chaz/openbox] / openbox / stacking.h
index 2391f650aee80e73a456c0924e3e209bd55d94a5..70e4b2d4e3a81bc470fba56edd9e71137269fe0f 100644 (file)
@@ -59,4 +59,9 @@ void stacking_lower(ObWindow *window);
 */
 void stacking_below(ObWindow *window, ObWindow *below);
 
+/*! Returns TRUE if client is occluded by sibling. If sibling is NULL it tries
+  against all other clients. Otherwise, it returns FALSE.
+*/
+gboolean stacking_occluded(struct _ObClient *client,struct _ObClient *sibling);
+
 #endif
This page took 0.020816 seconds and 4 git commands to generate.