projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't forget to output new line in wxMessageOutputStderr::Output() even if conversion...
[wxWidgets.git]
/
src
/
motif
/
app.cpp
diff --git
a/src/motif/app.cpp
b/src/motif/app.cpp
index c987ef6334466ff636799769b12fc26d5d6c3f11..5807769612fa27669102af4b1949882766e9c4d3 100644
(file)
--- a/
src/motif/app.cpp
+++ b/
src/motif/app.cpp
@@
-12,11
+12,6
@@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
-#ifdef __VMS
-#define XtParent XTPARENT
-#define XtDisplay XTDISPLAY
-#endif
-
#include "wx/app.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#ifndef WX_PRECOMP
@@
-491,6
+486,7
@@
bool wxApp::Yield(bool onlyIfNeeded)
s_inYield = true;
s_inYield = true;
+ wxEventLoopGuarantor dummyLoopIfNeeded;
while (wxTheApp && wxTheApp->Pending())
wxTheApp->Dispatch();
while (wxTheApp && wxTheApp->Pending())
wxTheApp->Dispatch();