Commit f39f7525 authored by John Klehm's avatar John Klehm Committed by Alexandre Julliard

winex11: Detect acecad tablet as stylus device.

parent 0a561c8b
...@@ -418,6 +418,7 @@ static BOOL is_stylus(const char *name, const char *type) ...@@ -418,6 +418,7 @@ static BOOL is_stylus(const char *name, const char *type)
static const char* tablet_stylus_whitelist[] = { static const char* tablet_stylus_whitelist[] = {
"stylus", "stylus",
"wizardpen", "wizardpen",
"acecad",
NULL NULL
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment