]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
Correction in comment in closing #endif.
[wxWidgets.git] / include / wx / toplevel.h
index bfbe0ac8e46320381d191642bd0e967ce2a6ff9c..6820f9cfeea223ca104b38fe78288d8b003dff57 100644 (file)
@@ -71,7 +71,7 @@ class WXDLLEXPORT wxTopLevelWindowBase;
     #elif defined(__WINCE_STANDARDSDK__)
         #define wxDEFAULT_FRAME_STYLE (wxMAXIMIZE|wxCLOSE_BOX)
     #else
-        #define wxDEFAULT_FRAME_STYLE (0)
+        #define wxDEFAULT_FRAME_STYLE (wxNO_BORDER)
     #endif
 #else // !__WXWINCE__
     #define wxDEFAULT_FRAME_STYLE \
@@ -191,7 +191,6 @@ public:
     virtual bool Destroy();
     virtual bool IsTopLevel() const { return true; }
     virtual wxSize GetMaxSize() const;
-    virtual bool ProvidesBackground() const { return true; }
 
     // event handlers
     void OnCloseWindow(wxCloseEvent& event);