21 Mar
2014
21 Mar
'14
10:54 p.m.
http://bugs.winehq.org/show_bug.cgi?id=18517 --- Comment #43 from Jay Hilliard <jaydhilliard(a)gmail.com> --- I have also been testing the new patch. I found also found the dot issue still happens when using the mouse, only. When I use the stylus, it works with pressure, and I don't have the 'dot' issue, but it's extremely slow, as if it's taking too long to process wintab32 events. Do you think this addition to wintab.c might help it loop faster? LPWTI_CURSORS_INFO tgtcursor; TRACE("(%u, %u, %p)\n", wCategory, nIndex, lpOutput); + if (gNumCursors ==0) + return 0; -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.