No subject
Tue Mar 8 12:12:11 PST 2011
BadImplementation seems entirely appropriate.
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
dix/eventconvert.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dix/eventconvert.c b/dix/eventconvert.c
index 760729b..c9d1994 100644
--- a/dix/eventconvert.c
+++ b/dix/eventconvert.c
@@ -297,6 +297,9 @@ eventToKeyButtonPointer(DeviceEvent *ev, xEvent **xi, int *count)
case ET_ProximityOut:
*count = 0;
return BadMatch;
+ default:
+ *count = 0;
+ return BadImplementation;
}
}
--
1.7.3.5
More information about the xorg-devel
mailing list