]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/app.h
Small changes after Robert's edits
[wxWidgets.git] / include / wx / stubs / app.h
index 2eafa1f15f822a8c664ff6f3367bccfe04dc6774..3b1467fec58a94bf6275647b6dbd1b158f644ebd 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "wx/defs.h"
 #include "wx/object.h"
+#include "wx/gdicmn.h"
+#include "wx/event.h"
 
 class WXDLLEXPORT wxFrame;
 class WXDLLEXPORT wxWindow;
@@ -131,7 +133,6 @@ public:
 
   // Implementation
   static void CommonInit();
-  static void CleanUp();
   static void CommonCleanUp();
   void DeletePendingObjects();
   bool ProcessIdle();
@@ -146,8 +147,8 @@ protected:
 DECLARE_EVENT_TABLE()
 };
 
-// TODO: add platform-specific arguments, e.g. int argc, char* argv[]
-int WXDLLEXPORT wxEntry();
+// TODO: add platform-specific arguments
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
 
 #endif
     // _WX_APP_H_