From d2ab8e454e61ddc8b3dd41601a74df7e52190027 Mon Sep 17 00:00:00 2001 From: C John Klehm Date: Wed, 15 May 2013 19:59:36 -0500 Subject: [PATCH] winex11.drv: Add pen to tablet stylus detection whitelist. --- dlls/winex11.drv/wintab.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c index a2ffa841d19..23a54236889 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 };