diff options
author | Stanislav Vorobiov <s.vorobiov@samsung.com> | 2014-05-28 13:57:02 +0400 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-06-13 17:09:18 +0200 |
commit | 48e2e02feff7585cc316d901bb02c574d3d119d9 (patch) | |
tree | b7ae0d0b1d2e458dccf971ae98963b60c52d62f7 | |
parent | 8c50b1c59e1d4e4d160ec4b7306248a105871d69 (diff) | |
download | weston-common-48e2e02feff7585cc316d901bb02c574d3d119d9.tar.gz weston-common-48e2e02feff7585cc316d901bb02c574d3d119d9.tar.bz2 weston-common-48e2e02feff7585cc316d901bb02c574d3d119d9.zip |
tz-launcher: fix touch_up_handler signaturesubmit/tizen_common/20140614.092246submit/tizen_common/20140613.163043
Change-Id: Ia632512c76b8ae33d27a52150ca47bb171e1698c
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
-rw-r--r-- | tz-launcher/tz-launcher-wl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tz-launcher/tz-launcher-wl.c b/tz-launcher/tz-launcher-wl.c index 5c32ae5..eddb450 100644 --- a/tz-launcher/tz-launcher-wl.c +++ b/tz-launcher/tz-launcher-wl.c @@ -207,7 +207,7 @@ launcher_button_handler(struct widget *widget, static void launcher_touch_up_handler(struct widget *widget, struct input *input, uint32_t serial, uint32_t time, int32_t id, - float x, float y, void *data) + void *data) { struct launcher *launcher = data; |