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:
Julian Smart
2002-02-25 20:32:37 +00:00
parent 5f7dd65ef8
commit 70b8ab778f
5 changed files with 68 additions and 8 deletions

View File

@@ -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.