darcs patch: fix window rectangle calculation in X.A.UpdatePointer

Hello,
Whenever I approached my seamonkey window from either right or bottom, the
pointer jumped to its center (which shouldn't happen when changing focus with
mouse). I can only guess that a second logHook without mouseFocused was called
(seamonkey specific, didn't happen for terminals windows) and the condition
"is within that window already" didn't catch it due to this off-by-two-times-
-the-border issue :-).
Mon Oct 26 16:49:18 CET 2009 Tomas Janousek

Ping? On Mon, Oct 26, 2009 at 04:55:04PM +0100, Tomas Janousek wrote:
Mon Oct 26 16:49:18 CET 2009 Tomas Janousek
* fix window rectangle calculation in X.A.UpdatePointer
-- Tomáš Janoušek, a.k.a. Liskni_si, http://work.lisk.in/

On Mon, Oct 26, 2009 at 04:55:04PM +0100, Tomas Janousek wrote:
Hello,
Whenever I approached my seamonkey window from either right or bottom, the pointer jumped to its center (which shouldn't happen when changing focus with mouse). I can only guess that a second logHook without mouseFocused was called (seamonkey specific, didn't happen for terminals windows) and the condition "is within that window already" didn't catch it due to this off-by-two-times- -the-border issue :-).
Applied, thanks!
participants (3)
-
Daniel Schoepe
-
Tomas Janousek
-
Tomáš Janoušek