John Klehm : winex11: Detect acecad tablet as stylus device.
Module: wine Branch: master Commit: f39f7525fd570ef906f29ab491e69976b164f37c URL: http://source.winehq.org/git/wine.git/?a=commit;h=f39f7525fd570ef906f29ab491... Author: John Klehm <xixsimplicityxix(a)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 };
participants (1)
-
Alexandre Julliard