]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/minifram.cpp
Remove DoSetSizeHints() call from Create()
[wxWidgets.git] / src / x11 / minifram.cpp
index 1161e3de571425436a2a02d641454e1ff1aa5f0a..6cbdb9bb7f60811ede09df774c646d567f24d345 100644 (file)
@@ -1,20 +1,19 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        minifram.cpp
+// Name:        src/x11/minifram.cpp
 // Purpose:     wxMiniFrame. Optional; identical to wxFrame if not supported.
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "minifram.h"
-#endif
+#include "wx/wxprec.h"
+
+#if wxUSE_MINIFRAME
 
 #include "wx/minifram.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
 
-
+#endif // wxUSE_MINIFRAME