John Klehm : winex11: Detect acecad tablet as stylus device.

Alexandre Julliard julliard at winehq.org
Tue May 27 06:03:42 CDT 2008


Module: wine
Branch: master
Commit: f39f7525fd570ef906f29ab491e69976b164f37c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f39f7525fd570ef906f29ab491e69976b164f37c

Author: John Klehm <xixsimplicityxix at gmail.com>
Date:   Mon May 26 12:09:17 2008 -0500

winex11: Detect acecad tablet as stylus device.

---

 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 333e0b8..ab9b5a3 100644
--- a/dlls/winex11.drv/wintab.c
+++ b/dlls/winex11.drv/wintab.c
@@ -418,6 +418,7 @@ static BOOL is_stylus(const char *name, const char *type)
     static const char* tablet_stylus_whitelist[] = {
         "stylus",
         "wizardpen",
+        "acecad",
         NULL
     };
 




More information about the wine-cvs mailing list