C John Klehm : winex11.drv: Add pen to tablet stylus detection whitelist.
16 May
2013
16 May
'13
6:55 p.m.
Module: wine Branch: master Commit: d2ab8e454e61ddc8b3dd41601a74df7e52190027 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2ab8e454e61ddc8b3dd41601a... Author: C John Klehm <cjohn(a)klehm.net> Date: Wed May 15 19:59:36 2013 -0500 winex11.drv: Add pen to tablet stylus detection whitelist. --- dlls/winex11.drv/wintab.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c index a2ffa84..23a5423 100644 --- a/dlls/winex11.drv/wintab.c +++ b/dlls/winex11.drv/wintab.c @@ -422,6 +422,7 @@ static BOOL is_stylus(const char *name, const char *type) "stylus", "wizardpen", "acecad", + "pen", NULL };
4597
Age (days ago)
4597
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard