http://bugs.winehq.org/show_bug.cgi?id=11846
--- Comment #58 from Kaetemi kaetemi@gmail.com 2012-03-24 18:35:12 CDT --- 2. (Update) Hack to get positioning working:
Below if(wCategory == WTI_DEFSYSCTX && nIndex == 0) { ... } in context.c add: if (wCategory == WTI_DDCTXS && nIndex == 0) { buf.lcOutExtY = GetSystemMetrics(SM_CYSCREEN); buf.lcOutExtX = GetSystemMetrics(SM_CXSCREEN); }
With this everything works, but when the pen is pressed down and not moving the position randomly shoots around (similar behaviour also occured before in other applications running under wine that did not require these changes to the code).