8-bit properties should use 8-bit storage types...

(cherry picked from commit 36d68b006d)
This commit is contained in:
Peter Hutterer
2008-10-14 16:41:54 +10:30
parent 2aa5ca8cdd
commit f4616d87fc

View File

@@ -406,7 +406,7 @@ EvdevWheelEmuInitProperty(DeviceIntPtr dev)
InputInfoPtr pInfo = dev->public.devicePrivate;
EvdevPtr pEvdev = pInfo->private;
int rc = TRUE;
INT32 vals[4] = { TRUE, FALSE};
char vals[4];
if (!dev->button) /* don't init prop for keyboards */
return;