forked from AuroraMiddleware/gtk
Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32
2008-05-13 Tor Lillqvist <tml@novell.com> Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32 * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Set the "packet rate" of devices to zero instead of 50. This is reported to help significantly with Wacom tablet behaviour in GIMP and Inkscape. Patch from Thomas Bleeker. svn path=/trunk/; revision=20104
This commit is contained in:
parent
16a4b0a6f7
commit
93a5db1511
@ -1,3 +1,12 @@
|
||||
2008-05-13 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Set
|
||||
the "packet rate" of devices to zero instead of 50. This is
|
||||
reported to help significantly with Wacom tablet behaviour in GIMP
|
||||
and Inkscape. Patch from Thomas Bleeker.
|
||||
|
||||
2008-05-12 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gdk/quartz/gdkevents-quartz.c:
|
||||
|
@ -433,7 +433,7 @@ _gdk_input_wintab_init_check (void)
|
||||
lc.lcOptions |= CXO_MESSAGES;
|
||||
lc.lcStatus = 0;
|
||||
lc.lcMsgBase = WT_DEFBASE;
|
||||
lc.lcPktRate = 50;
|
||||
lc.lcPktRate = 0;
|
||||
lc.lcPktData = PACKETDATA;
|
||||
lc.lcPktMode = PACKETMODE;
|
||||
lc.lcMoveMask = PACKETDATA;
|
||||
|
Loading…
Reference in New Issue
Block a user