X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afb7489128719ac8999b037d49a0c28636d59558..0138c2de7961e165679db12102f1562185cf41a3:/src/motif/app.cpp?ds=sidebyside diff --git a/src/motif/app.cpp b/src/motif/app.cpp index 0b8b01a03a..97e2911eb0 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -603,6 +603,12 @@ bool wxYield() { while (wxTheApp && wxTheApp->Pending()) wxTheApp->Dispatch(); + + // VZ: is it the same as this (taken from old wxExecute)? +#if 0 + XtAppProcessEvent((XtAppContext) wxTheApp->GetAppContext(), XtIMAll); +#endif + return TRUE; }