On Fri, 22 Mar 2013 at 23:23:33 +0100, [email protected] wrote:
> From: Daniel Déchelotte <[email protected]>
Can you explain a bit what is going on here?
> ---
> 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].
--
To unsubscribe, send mail to [email protected].