]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/toplevel.cpp
wxFont can now raelly use the native fonts
[wxWidgets.git] / src / mgl / toplevel.cpp
index f1cbc37ca7a28b9775c920f90266723c570ef6d0..d02dac8c3e8593fbb3859b35b4962a1f814893aa 100644 (file)
@@ -84,7 +84,6 @@ bool wxTopLevelWindowMGL::Create(wxWindow *parent,
         parent->AddChild(this);
 
     wxTopLevelWindows.Append(this);
-
     m_title = title;
 
     return TRUE;
@@ -197,9 +196,11 @@ void wxTopLevelWindowMGL::Restore()
     }
 }
 
-void wxTopLevelWindowMGL::Iconize(bool iconize)
+void wxTopLevelWindowMGL::Iconize(bool WXUNUSED(iconize))
 {
-    // FIXME_MGL - use wxDesktop for this
+    wxFAIL_MSG(wxT("Iconize not supported under wxMGL"));
+    // FIXME_MGL - Iconize is not supported in fullscreen mode.
+    //             It will be supported in windowed mode (if ever implemented in MGL...)
 }
 
 bool wxTopLevelWindowMGL::IsIconized() const