From b848af0b4d1410c2f8d74d9d837e3178ac1ef065 Mon Sep 17 00:00:00 2001 From: John Klehm Date: Mon, 26 May 2008 12:09:17 -0500 Subject: winex11.drv: Detect acecad tablet as a stlyus 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 4e2407e..73c9e9c 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 }; -- 1.5.5.1