Compilation fixes for Nano-X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -411,6 +411,7 @@ int wxApp::MainLoop()
|
||||
return rt;
|
||||
}
|
||||
|
||||
#if !wxUSE_NANOX
|
||||
//-----------------------------------------------------------------------
|
||||
// X11 predicate function for exposure compression
|
||||
//-----------------------------------------------------------------------
|
||||
@@ -442,6 +443,8 @@ static Bool expose_predicate (Display *display, XEvent *xevent, XPointer arg)
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
// wxUSE_NANOX
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// Processes an X event.
|
||||
|
Reference in New Issue
Block a user