]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/app.h
wxSize/wxPoint/wxRect versions of functions added to wxMSW, wxMotif;
[wxWidgets.git] / include / wx / stubs / app.h
index 948e6b4fe6663031e6e8c8b68c7e1283924145c0..67bceb9169bb7746f38ec307e6958b4da034597d 100644 (file)
@@ -32,10 +32,6 @@ class WXDLLEXPORT wxLog;
 
 WXDLLEXPORT_DATA(extern wxApp*) wxTheApp;
 
-void WXDLLEXPORT wxCleanUp();
-void WXDLLEXPORT wxCommonCleanUp(); // Call this from the platform's wxCleanUp()
-void WXDLLEXPORT wxCommonInit();    // Call this from the platform's initialization
-
 // Force an exit from main loop
 void WXDLLEXPORT wxExit();
 
@@ -132,8 +128,9 @@ protected:
 public:
 
   // Implementation
-  static void CommonInit();
-  static void CommonCleanUp();
+  static bool Initialize();
+  static void CleanUp();
+
   void DeletePendingObjects();
   bool ProcessIdle();