From 9fdbcedaa08fba65e1a1fcb4417749c280f7661e Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 14 Jan 2014 14:30:51 +0100 Subject: [PATCH] - Allow wrt to build for x86_64 in x11. Change-Id: I6734058e2c146cd22fcf836312f54e617879efa3 Signed-off-by: Ronan Le Martret --- src/wrt-client/client_submode_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrt-client/client_submode_support.cpp b/src/wrt-client/client_submode_support.cpp index 1e27d63..2b5ce94 100644 --- a/src/wrt-client/client_submode_support.cpp +++ b/src/wrt-client/client_submode_support.cpp @@ -62,7 +62,7 @@ class SubmodeSupportImplementation static Eina_Bool destoryCallback(void* data, int /*type*/, void* event) { _D("called"); - Ecore_X_Window callerId = reinterpret_cast(data); + Ecore_X_Window callerId = (Ecore_X_Window)(intptr_t) data; Assert(event); Ecore_X_Event_Window_Hide* ev = -- 2.7.4