Message from discussion
Strange position when correcting on windows.
Received: by 10.68.233.170 with SMTP id tx10mr1389574pbc.0.1334881087746;
Thu, 19 Apr 2012 17:18:07 -0700 (PDT)
X-BeenThere: vim_dev@googlegroups.com
Received: by 10.68.217.73 with SMTP id ow9ls8070720pbc.1.gmail; Thu, 19 Apr
2012 17:18:04 -0700 (PDT)
Received: by 10.68.130.8 with SMTP id oa8mr994149pbb.4.1334881084312;
Thu, 19 Apr 2012 17:18:04 -0700 (PDT)
Date: Thu, 19 Apr 2012 17:18:03 -0700 (PDT)
From: mattn <mattn...@gmail.com>
To: vim_dev@googlegroups.com
Cc: "William E. Skeith III" <wes_zi...@yahoo.com>
Message-ID: <9765138.159.1334881083767.JavaMail.geo-discussion-forums@pbgg7>
In-Reply-To: <1334775535.35440.YahooMailNeo@web120701.mail.ne1.yahoo.com>
References: <28537475.624.1334741468026.JavaMail.geo-discussion-forums@pbvk8>
<1334775535.35440.YahooMailNeo@web120701.mail.ne1.yahoo.com>
Subject: Re: Strange position when correcting on windows.
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_158_33199643.1334881083766"
------=_Part_158_33199643.1334881083766
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
On Thursday, April 19, 2012 3:58:55 AM UTC+9, William E. Skeith III wrote:
> Hello,
>=20
> The source of this bug is in revision 3248, which was aiming to fix an
> issue on dual-monitor setups.=C2=A0 I noticed this issue a while back, an=
d
> produced a similar patch.=C2=A0 Unfortunately, my patch un-fixed what was
> done in revision 3248 regarding multiple monitors.=C2=A0 Can you test you=
r
> patch on a multi-monitor setup and make sure that it is compatible with
> what was done in 3248?=C2=A0 I'm away from my dual monitor setup today...
>=20
> -WES
Hi.
I tested on multi-monitor. But my patch have bits bug.
get_work_area() return rect absoluted of working area. So left/top should b=
e considered on multi-monitor.
I updated patch.
https://gist.github.com/2412212
Thanks for your point.
------=_Part_158_33199643.1334881083766--