commit | 1084da506e663840612bdd39c3c44258d41a454d | [log] [tgz] |
---|---|---|
author | Rusty Lynch <rusty.lynch@intel.com> | Thu Aug 15 09:10:08 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 16 10:56:00 2013 -0700 |
tree | 3a49d02e4ed65b4fe7814552a7af86669285249f | |
parent | d224bb92187fd3af930a3528c9cee91f16aa30dc [diff] [blame] |
Add touch support for wl_shell_surface_move
diff --git a/clients/smoke.c b/clients/smoke.c index 6b55797..dd5f4bd 100644 --- a/clients/smoke.c +++ b/clients/smoke.c
@@ -267,8 +267,8 @@ } static void -touch_motion_handler(struct widget *widget, uint32_t time, - int32_t id, float x, float y, void *data) +touch_motion_handler(struct widget *widget, struct input *input, + uint32_t time, int32_t id, float x, float y, void *data) { smoke_motion_handler(data, x, y); }