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:
parent
019e02bdb5
commit
9871d556cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user