[Bug 11846] tablet pressure sensitivity not working in Sai and many other key graphic applications

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 29 14:22:43 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11846


John Klehm <xixsimplicityxix at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12026|0                           |1
        is obsolete|                            |




--- Comment #27 from John Klehm <xixsimplicityxix at gmail.com>  2008-04-29 14:22:42 ---
Created an attachment (id=12574)
 --> (http://bugs.winehq.org/attachment.cgi?id=12574)
Search harder for an x11 window when given an hwnd

Coming a bit closer now.  I tried my best to get this in before 1.0 but I don't
think we're gonna make it.  Good news is that the problem is related to child
window messaging.  Before we simply dropped the packets if the root window
wasnt used as the wintab context window.  I have a patch that grabs either the
x11 parent window OR the root window ensuring that we always ahve a source for
those precious x11 tablet events.  

The next step is to get the messages we generate from those events back to the
child windows themselves. My 2nd patch does that, though I'm not sure if it is
the proper way.  It does work though.

It still doesn't make pressure work in sai though amazingly enough.  The logs
now show the tablet pressure events streaming to the child window and the
corresponding context but still not a drop of pressure from sai.  Puzzling...
but closer.

Not going to be around for a bit now with it being learning crunch time around
here so 


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list