]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
not needed
[wxWidgets.git] / include / wx / toplevel.h
index 2a929dfc23be2555a7c226d246d75a996a16e654..cce978d80c43d2b7c8faa779fa7fae15f0b88243 100644 (file)
@@ -66,7 +66,11 @@ class WXDLLEXPORT wxTopLevelWindowBase;
 // "close" but round instead of squared and just hides the applications
 // instead of closing it) in the title bar
 #ifdef __WXWINCE__
-    #define wxDEFAULT_FRAME_STYLE (0)
+       #ifdef __SMARTPHONE__
+               #define wxDEFAULT_FRAME_STYLE (wxMAXIMIZE)
+       #else
+               #define wxDEFAULT_FRAME_STYLE (0)
+       #endif
 #else // !__WXWINCE__
     #define wxDEFAULT_FRAME_STYLE \
             (wxSYSTEM_MENU | \