diff options
Diffstat (limited to 'clients/calibrator.c')
-rw-r--r-- | clients/calibrator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/calibrator.c b/clients/calibrator.c index 781475e8..783cdecc 100644 --- a/clients/calibrator.c +++ b/clients/calibrator.c @@ -163,8 +163,8 @@ button_handler(struct widget *widget, } static void -touch_handler(struct widget *widget, uint32_t serial, uint32_t time, - int32_t id, float x, float y, void *data) +touch_handler(struct widget *widget, struct input *input, uint32_t serial, + uint32_t time, int32_t id, float x, float y, void *data) { struct calibrator *calibrator = data; |