Home
last modified time | relevance | path

Searched refs:is_window_obscured (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Daswindow.c1490 Bool is_window_obscured (ASWindow * above, ASWindow * below) in is_window_obscured() function
1574 if (is_window_obscured (sibling, t)) in restack_window()
1578 if (is_window_obscured (t, sibling)) in restack_window()
1581 if (is_window_obscured (sibling, t)) { in restack_window()
1584 } else if (is_window_obscured (t, sibling)) { in restack_window()
H A Dasinternals.h466 Bool is_window_obscured (ASWindow * above, ASWindow * below);