Comment 33 for bug 151448

Revision history for this message
In , Xixsimplicityxix (xixsimplicityxix) wrote :

Created an attachment (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