diff options
Diffstat (limited to 'openbox/stacking.h')
| -rw-r--r-- | openbox/stacking.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/stacking.h b/openbox/stacking.h index 2391f650..70e4b2d4 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -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 |
