From: Daniel Déchelotte <[email protected]>

---
 src/xinerama.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xinerama.c b/src/xinerama.c
index 4bd9ca4..4736a60 100644
--- a/src/xinerama.c
+++ b/src/xinerama.c
@@ -135,7 +135,7 @@ int wGetRectPlacementInfo(WScreen * scr, WMRect rect, int 
*flags)
        if (best == -1) {
                *flags |= XFLAG_DEAD;
                best = wGetHeadForPointerLocation(scr);
-       } else if (totalArea != rw * rh)
+       } else if (totalArea < rw * rh)
                *flags |= XFLAG_PARTIAL;
 
        return best;
-- 
1.7.10.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to