return FALSE;
}
- if ( !SetDisplayMode(wxDisplayModeInfo(w, h, bpp)) )
+ if ( !SetDisplayMode(wxVideoMode(w, h, bpp)) )
return FALSE;
}
#endif // __WXMGL__
wxLog *wxGUIAppTraitsBase::CreateLogTarget()
{
+#if wxUSE_LOGGUI
return new wxLogGui;
+#else
+ // wem ust have something!
+ return new wxLogStderr;
+#endif
}
#endif // wxUSE_LOG