Check for UNMAPPED instead of UNVIEWABLE
A window is unmapped if it is not mapped (oh noes! ;). If it is mapped, it can be either mapped or unviewable. If any of its ancestors is unmapped, it's unviewable, else it's unmapped Since this code looks at children of the root window, it should never be seeing clients which are unviewable (can one unmap the root window at all...?). What this really wants to check for is unmapped, so this patch implements this. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
0a9746f53e
commit
34d4cce4ac
Loading…
Reference in New Issue