]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
Fix signatures of various image handlers methods.
[wxWidgets.git] / include / wx / x11 / app.h
index 0aa5f73d7fd582867aa86a311a46f2f20f38410a..3d669c5b86999bf13a60e2a6f0deea6090193928 100644 (file)
@@ -34,7 +34,7 @@ class WXDLLIMPEXP_FWD_CORE wxXVisualInfo;
 // the wxApp class for wxX11 - see wxAppBase for more details
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxApp : public wxAppBase
+class WXDLLIMPEXP_CORE wxApp : public wxAppBase
 {
 public:
     wxApp();
@@ -45,7 +45,6 @@ public:
 
     virtual void Exit();
 
-    virtual bool Yield(bool onlyIfNeeded = FALSE);
     virtual void WakeUpIdle();
 
     virtual bool OnInitGui();
@@ -56,10 +55,6 @@ public:
     // Processes an X event.
     virtual bool ProcessXEvent(WXEvent* event);
 
-#ifdef __WXDEBUG__
-    virtual void OnAssert(const wxChar *file, int line, const wxChar* cond, const wxChar *msg);
-#endif // __WXDEBUG__
-
 public:
     // Implementation
     virtual bool Initialize(int& argc, wxChar **argv);