Re: dlls/x11drv/mouse.c

2005-09-09 Thread Alexandre Julliard
Ulrich Czekalla <[EMAIL PROTECTED]> writes: > No :-/ I can't explain it. The XQueryPointer call in X11DRV_GetCursorPos is > returning an incorrect value. I don't see anything wrong with the way we > are calling it. Maybe it's a bug in X. Would you be able to write a small test case demonstrating

Re: dlls/x11drv/mouse.c

2005-09-09 Thread Ulrich Czekalla
On Fri, Sep 09, 2005 at 11:22:26AM +0200, Alexandre Julliard wrote: > This sounds like it's just masking the problem. Do you know precisely > why the mouse position is incorrect? No :-/ I can't explain it. The XQueryPointer call in X11DRV_GetCursorPos is returning an incorrect value. I don't see a

Re: dlls/x11drv/mouse.c

2005-09-09 Thread Andreas Mohr
Hi, On Fri, Sep 09, 2005 at 11:22:26AM +0200, Alexandre Julliard wrote: > Ulrich Czekalla <[EMAIL PROTECTED]> writes: > > > We had a XFlush call in X11DRV_SetCursorPos before but it was removed for > > some reason. This restores the call and fixes a regression in JInitiator > > where the mouse po

Re: dlls/x11drv/mouse.c

2005-09-09 Thread Alexandre Julliard
Ulrich Czekalla <[EMAIL PROTECTED]> writes: > We had a XFlush call in X11DRV_SetCursorPos before but it was removed for > some reason. This restores the call and fixes a regression in JInitiator > where the mouse position was being reported incorrectly. This sounds like it's just masking the prob