15 Dec
2005
15 Dec
'05
2:14 a.m.
There have been a number of bugs recently reported about problems with tablets on Win32: bugs 1281512, 1335301, 1379654, 1380883. These relate to either the mouse being treated as a pen, or the X and Y axis being reversed. Similar problems are known on gimp under Win32, and the problem seems to be in gdk.
I made a patch to add #ifndef NOEXTINPUT around all the template code, which lets me compile without extended tablet support (the tablet will work as mouse or pen, but there is no pressure or tilt support).
So I'd like to get this into CVS, what do I do next? The patch is conservative, there are no changes to the code unless NOEXTINPUT is defined.
James