]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/window.cpp
Applied patch to correct EVT-CHAR
[wxWidgets.git] / src / mgl / window.cpp
index 0b3e3eaf3b91660a8cdcb5a1190179801f545659..560a55b51471f1e1f4b190a3c7c8ec49107821ff 100644 (file)
@@ -534,7 +534,7 @@ END_EVENT_TABLE()
 // constructors and such
 // ----------------------------------------------------------------------------
 
-extern wxDisplayModeInfo wxGetDefaultDisplayMode();
+extern wxVideoMode wxGetDefaultDisplayMode();
 
 void wxWindowMGL::Init()
 {
@@ -742,7 +742,7 @@ void wxWindowMGL::KillFocus()
 // this wxWindowBase function is implemented here (in platform-specific file)
 // because it is static and so couldn't be made virtual
 // ----------------------------------------------------------------------------
-wxWindow *wxWindowBase::FindFocus()
+wxWindow *wxWindowBase::DoFindFocus()
 {
     return (wxWindow*)gs_focusedWindow;
 }