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

This commit is contained in:
Peter Hutterer
2008-10-14 16:41:54 +10:30
parent bb1f421687
commit 36d68b006d

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;