summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/grail-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grail-api.c b/src/grail-api.c
index 9fa58a2..c189ee9 100644
--- a/src/grail-api.c
+++ b/src/grail-api.c
@@ -230,7 +230,7 @@ static void grail_pump_mtdev(struct grail *ge, const struct input_event *ev)
230 230
231 evbuf_put(&impl->evbuf, ev); 231 evbuf_put(&impl->evbuf, ev);
232 232
233 if (ev->type == EV_SYN || ev->type == EV_ABS) { 233 if (ev->type == EV_SYN || ev->type == EV_ABS || ev->type == EV_KEY) {
234 frame = utouch_frame_pump_mtdev(impl->fh, ev); 234 frame = utouch_frame_pump_mtdev(impl->fh, ev);
235 if (frame) 235 if (frame)
236 report_frame(ge, frame, ev); 236 report_frame(ge, frame, ev);