Re: [Qemu-devel] [PATCH] Let the USB tablet reach the far bottom and right pixels

2008-02-27 Thread Johannes Schindelin
Hi, On Wed, 27 Feb 2008, Samuel Thibault wrote: > Johannes Schindelin, le Wed 27 Feb 2008 15:35:01 +, a écrit : > > > Index: cocoa.m > > > === > > > RCS file: /sources/qemu/qemu/cocoa.m,v > > > retrieving revision 1.15 > > > diff

Re: [Qemu-devel] [PATCH] Let the USB tablet reach the far bottom and right pixels

2008-02-27 Thread Samuel Thibault
Johannes Schindelin, le Wed 27 Feb 2008 15:35:01 +, a écrit : > > Index: cocoa.m > > === > > RCS file: /sources/qemu/qemu/cocoa.m,v > > retrieving revision 1.15 > > diff -u -p -r1.15 cocoa.m > > --- cocoa.m 22 Jan 2008 23:25:15 -00

Re: [Qemu-devel] [PATCH] Let the USB tablet reach the far bottom and right pixels

2008-02-27 Thread Johannes Schindelin
Hi, On Wed, 27 Feb 2008, Samuel Thibault wrote: > Index: cocoa.m > === > RCS file: /sources/qemu/qemu/cocoa.m,v > retrieving revision 1.15 > diff -u -p -r1.15 cocoa.m > --- cocoa.m 22 Jan 2008 23:25:15 - 1.15 > +++ cocoa.m

[Qemu-devel] [PATCH] Let the USB tablet reach the far bottom and right pixels

2008-02-27 Thread Samuel Thibault
Hello, While using a virtual usbtablet, I noticed that I could not reach the extreme bottom and right pixels. That is because of the conversion from screen coordinates to 0..0x7FFF, below is a patch that fixes it. Samuel Index: cocoa.m ===