Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2016-01-09 16:29:59 +01:00
parent 4e4f19f809
commit 3af2813fbf
2 changed files with 2 additions and 1 deletions

View file

@ -762,7 +762,7 @@ namespace NLQT
return proc(driver, message);
#else
x11Proc proc = (x11Proc)driver->getWindowProc();
return proc(driver, message);
return proc(driver, (XEvent*)message);
#endif
}
}

View file

@ -3,6 +3,7 @@ FILE(GLOB SRC main.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/user_agent.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/client_cfg.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/login_patch.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/login_patch_seven_zip.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/login_xdelta.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/stdpch.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/stdpch.h