]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
applied patch 410892 (wxCopyFile uses ::CopyFile under Win32, has overwrite parameter)
[wxWidgets.git] / include / wx / gtk1 / app.h
index 58083583f8ea141b041eeeaf5c72812e3ae2d493..29ad141796c561d5e39cab55b4cfcd564cab571a 100644 (file)
@@ -59,9 +59,6 @@ public:
     static void CleanUp();
 
     bool ProcessIdle();
-#if wxUSE_THREADS
-    void ProcessPendingEvents();
-#endif
     void DeletePendingObjects();
 
     // This can be used to suppress the generation of Idle events.
@@ -85,4 +82,6 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
+
 #endif // __GTKAPPH__