]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
Fix for internal compiler error
[wxWidgets.git] / include / wx / os2 / app.h
index 048bbc80883a94b3df8e34aa7cfdbeeb74157c94..c7cc54efbcb427723b0408b9f693b8e438c628f3 100644 (file)
@@ -75,7 +75,7 @@ public:
     virtual void ExitMainLoop(void);
     virtual bool Initialized(void);
     virtual bool Pending(void) ;
     virtual void ExitMainLoop(void);
     virtual bool Initialized(void);
     virtual bool Pending(void) ;
-    virtual void Dispatch(void);
+    virtual bool Dispatch(void);
 
     virtual void Exit();
 
 
     virtual void Exit();
 
@@ -90,9 +90,6 @@ public:
     void OnEndSession(wxCloseEvent& rEvent);
     void OnQueryEndSession(wxCloseEvent& rEvent);
 
     void OnEndSession(wxCloseEvent& rEvent);
     void OnQueryEndSession(wxCloseEvent& rEvent);
 
-    void SetAuto3D(bool bFlag) { m_bAuto3D = bFlag; }
-    bool GetAuto3D(void) const { return m_bAuto3D; }
-
     int AddSocketHandler(int handle, int mask,
                          void (*callback)(void*), void * gsock);
     void RemoveSocketHandler(int handle);
     int AddSocketHandler(int handle, int mask,
                          void (*callback)(void*), void * gsock);
     void RemoveSocketHandler(int handle);
@@ -101,7 +98,6 @@ public:
 protected:
     bool                            m_bShowOnInit;
     int                             m_nPrintMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
 protected:
     bool                            m_bShowOnInit;
     int                             m_nPrintMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
-    bool                            m_bAuto3D ;   // Always use 3D controls, except where overriden
 
     //
     // PM-specific wxApp definitions */
 
     //
     // PM-specific wxApp definitions */
@@ -134,8 +130,6 @@ protected:
 
     DECLARE_EVENT_TABLE()
 };
 
     DECLARE_EVENT_TABLE()
 };
-
-int WXDLLEXPORT wxEntry( int argc, char *argv[] );
 #endif
     // _WX_APP_H_
 
 #endif
     // _WX_APP_H_