Module: wine Branch: master Commit: d2ab8e454e61ddc8b3dd41601a74df7e52190027 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2ab8e454e61ddc8b3dd41601a...
Author: C John Klehm cjohn@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 };