diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-10-27 13:08:04 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-10-27 13:08:04 +0200 |
commit | 3089bc76c7e6a829caff4cb86ca3948401e1b6f3 (patch) | |
tree | 06759d43300d06432c5a58f89909c3628a8b7dc0 /src | |
parent | 0ee57c9d8048c3e80356a3eab18b6871a21a3a96 (diff) |
acecad: set type_name to XI_TABLET
Diffstat (limited to 'src')
-rw-r--r-- | src/acecad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acecad.c b/src/acecad.c index 6877fe3..f67ffe3 100644 --- a/src/acecad.c +++ b/src/acecad.c @@ -353,7 +353,7 @@ AceCadPreInit(InputDriverPtr drv, IDevPtr dev, int flags) memset(priv, 0, sizeof(AceCadPrivateRec)); local->name = dev->identifier; - local->type_name = "ACECAD Tablet"; + local->type_name = XI_TABLET; local->flags = XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS; #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0 local->motion_history_proc = xf86GetMotionEvents; |