From: Ronan Le Martret Date: Tue, 14 Jan 2014 13:30:51 +0000 (+0100) Subject: - Allow wrt to build for x86_64 in x11. X-Git-Tag: accepted/tizen/generic/20140116.152122^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fdbcedaa08fba65e1a1fcb4417749c280f7661e;p=platform%2Fframework%2Fweb%2Fwrt.git - Allow wrt to build for x86_64 in x11. Change-Id: I6734058e2c146cd22fcf836312f54e617879efa3 Signed-off-by: Ronan Le Martret --- 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 =