]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/window.cpp
corrected the non masked blitting code, brush hatched colors corrected
[wxWidgets.git] / src / mgl / window.cpp
index 217508e3258db29a9444a5db9e276e1c0db0e95e..f749bc125181cde32ea47f17a9c967588befa15e 100644 (file)
@@ -469,12 +469,14 @@ END_EVENT_TABLE()
 // constructors and such
 // ----------------------------------------------------------------------------
 
+extern wxDisplayModeInfo wxGetDefaultDisplayMode();
+
 void wxWindowMGL::Init()
 {
     // First of all, make sure window manager is up and running. If it is
     // not the case, initialize it in default display mode
     if ( !g_winMng )
-        wxTheApp->SetDisplayMode(wxDisplayModeInfo(640, 480, 16));
+        wxTheApp->SetDisplayMode(wxGetDefaultDisplayMode());
 
     // generic:
     InitBase();