]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
update frm Ivan Masar
[wxWidgets.git] / src / motif / evtloop.cpp
index 79a49240f10b2502128aaa8d912c4945898f0137..9ed21e2ada25f42608dd81fc9644b7e2a18e79fa 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
 #endif
 
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
 #ifndef WX_PRECOMP
     #include "wx/event.h"
     #include "wx/app.h"
@@ -122,6 +122,8 @@ int wxEventLoop::Run()
             break;
     }
 
+    OnExit();
+
     int exitcode = m_impl->GetExitCode();
     delete m_impl;
     m_impl = NULL;