#ifndef WX_PRECOMP
#include "wx/frame.h"
#include "wx/log.h"
+ #include "wx/settings.h"
#endif
-#include "wx/settings.h"
-
#include "wx/mac/uma.h"
// DLL options compatibility check:
bool wxGLCanvas::Show(bool show)
{
if ( !wxWindow::Show( show ) )
- return FALSE ;
+ return false ;
/*
if ( !show )
{
}
}
*/
- return TRUE ;
+ return true ;
}
void wxGLCanvas::MacVisibilityChanged()