[Bug 18517] Tablet pen pressure or eraser (wacom tablet) are not working in Photoshop CS 4/5

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 16 16:06:39 CDT 2014


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

phaethon <eriks00 at moon.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eriks00 at moon.lv

--- Comment #24 from phaethon <eriks00 at moon.lv> ---
Adding following to the beggining of the function TABLET_CopyPacketData in file
dlls/wintab32/context.c

    if (!(wtp->pkChanged & PK_NORMAL_PRESSURE)) {
        TRACE("Changing pkChanged\n");
        wtp->pkChanged |= PK_NORMAL_PRESSURE;
    }

makes pressure sensitivity to work for the start of the session. After some
time it stops working. Without these lines it never reacts to pressure
sensitivity.

I tried to add something more intelligent to the dlls/winex11.drv/wintab.c,
tracking change of pressure and setting the flag only when it changes, but did
not succeed yet.

I am using Photoshop CS4 with wine 1.6.1 (with the brush patch in user32).

-- 
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