winex11.drv: Add pen to tablet stylus detection whitelist.

John Klehm xixsimplicityxix at gmail.com
Wed May 15 20:09:15 CDT 2013


winex11.drv: Add pen to tablet stylus detection whitelist.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130515/d5a2de8f/attachment.html>
-------------- next part --------------
From 0ab5ea35ea1e47809eb92edd7eea7594d5400944 Mon Sep 17 00:00:00 2001
From: C John Klehm <cjohn at klehm.net>
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 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
     };
 
-- 
1.8.0.msysgit.0


More information about the wine-patches mailing list