Fixed linux compilation problem.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12631 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2013-04-10 12:51:01 +00:00
parent 019e02bdb5
commit 9871d556cd

View File

@ -567,6 +567,7 @@ bool IrrDriver::moveWindow(const int x, const int y)
return false;
}
#elif defined(__linux__) && !defined(ANDROID)
const SExposedVideoData& videoData = m_video_driver->getExposedVideoData();
using namespace X11;
// TODO: Actually handle possible failure