From bfb5027f43d7a5f5f23a4ac7ed4597b22eacddb1 Mon Sep 17 00:00:00 2001 From: "JunSeok, Kim" Date: Tue, 29 May 2018 20:43:25 +0900 Subject: [PATCH] e_test_event: correct dbus signature of feedMouseUp method Change-Id: I088525d6f11a1887169edab75ebfeaff7ababb59 --- src/e_test_event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e_test_event.cpp b/src/e_test_event.cpp index af5267e..6437480 100644 --- a/src/e_test_event.cpp +++ b/src/e_test_event.cpp @@ -468,7 +468,7 @@ etRunner::feedMouseUp(int x, int y) NULL, NULL, -1, - "u", + "uii", 2, x, y); EINA_SAFETY_ON_NULL_RETURN_VAL(p, EINA_FALSE); -- 2.7.4