Add touch support for wl_shell_surface_move
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index 40c2781..319382d 100644
--- a/clients/desktop-shell.c
+++ b/clients/desktop-shell.c
@@ -322,8 +322,8 @@
}
static void
-panel_launcher_touch_down_handler(struct widget *widget, uint32_t serial,
- uint32_t time, int32_t id,
+panel_launcher_touch_down_handler(struct widget *widget, struct input *input,
+ uint32_t serial, uint32_t time, int32_t id,
float x, float y, void *data)
{
struct panel_launcher *launcher;
@@ -334,8 +334,9 @@
}
static void
-panel_launcher_touch_up_handler(struct widget *widget, uint32_t serial,
- uint32_t time, int32_t id, void *data)
+panel_launcher_touch_up_handler(struct widget *widget, struct input *input,
+ uint32_t serial, uint32_t time, int32_t id,
+ void *data)
{
struct panel_launcher *launcher;