diff options
Diffstat (limited to 'eventcomm.c')
-rw-r--r-- | eventcomm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eventcomm.c b/eventcomm.c index 5f4bd93..0c299e2 100644 --- a/eventcomm.c +++ b/eventcomm.c @@ -72,6 +72,7 @@ SynapticsReadEvent(struct CommData *comm, struct input_event *ev) static Bool EventReadHwState(LocalDevicePtr local, struct SynapticsHwInfo *synhw, + struct SynapticsProtocolOperations *proto_ops, struct CommData *comm, struct SynapticsHwState *hwRet) { struct input_event ev; |