Re: Using XTestFakeDeviceMotionEvent().

2008-12-01 Thread James Cloos
Chris == Chris Ball [EMAIL PROTECTED] writes: Chris The following program (requires XInput2) warps my pointer to (0,0) Chris instead of the requested (600,400). I'd be interested to know whether Chris this happens for other people, It warped my pointer to 600,400. My server and client libs

Re: Using XTestFakeDeviceMotionEvent().

2008-12-01 Thread Chris Ball
Hi James, It warped my pointer to 600,400. My server and client libs are all from git (master branches), x86 (32bit). Thanks, that's very helpful to hear. I'm also running from GIT master (via jhbuild), but on 64-bit x86 and Fedora 10. Cheers, - Chris. -- Chris Ball [EMAIL

Using XTestFakeDeviceMotionEvent().

2008-11-30 Thread Chris Ball
Hi, The following program (requires XInput2) warps my pointer to (0,0) instead of the requested (600,400). I'd be interested to know whether this happens for other people, and if there's something obviously wong with my code. Thanks! // gcc -o xtest xtest.c -Wall -I/usr/include/X11 -lX11