gtk+ r20102 - in branches/gtk-2-12: . gdk/win32



Author: tml
Date: Tue May 13 08:44:00 2008
New Revision: 20102
URL: http://svn.gnome.org/viewvc/gtk+?rev=20102&view=rev

Log:
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.



Modified:
   branches/gtk-2-12/ChangeLog
   branches/gtk-2-12/gdk/win32/gdkinput-win32.c

Modified: branches/gtk-2-12/gdk/win32/gdkinput-win32.c
==============================================================================
--- branches/gtk-2-12/gdk/win32/gdkinput-win32.c	(original)
+++ branches/gtk-2-12/gdk/win32/gdkinput-win32.c	Tue May 13 08:44:00 2008
@@ -433,7 +433,7 @@
       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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]