git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35303
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
ProcessXEvent( &event );
}
else
ProcessXEvent( &event );
}
else
-#ifdef __VMS
- XtAppProcessEvent( context, XtIMTimer|XtIMAlternateInput );
-#else
- XtAppProcessEvent( context, XtIMTimer|XtIMAlternateInput|XtIMSignal );
+ {
+ XtAppProcessEvent( context, XtIMTimer | XtIMAlternateInput
+#ifdef XtIMSignal
+ | XtIMSignal
return m_impl ? m_impl->GetKeepGoing() : true;
}
return m_impl ? m_impl->GetKeepGoing() : true;
}