]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
don't use deprecated macros
[wxWidgets.git] / src / motif / app.cpp
index 63cfd7ab1cc754674a395f19d3ad6ee76d904196..4fd539d71c4a02be6e22560f49cf9f58e80fda23 100644 (file)
@@ -306,6 +306,9 @@ void wxApp::ExitMainLoop()
 // Is a message/event pending?
 bool wxApp::Pending()
 {
+<<<<<<< app.cpp
+    return XtAppPending( (XtAppContext) GetAppContext() ) != 0;
+=======
     return m_eventLoop->Pending();
 #if 0
     XFlush(XtDisplay( (Widget) wxTheApp->GetTopLevelWidget() ));
@@ -314,6 +317,7 @@ bool wxApp::Pending()
     // is found.
     return ((XtAppPending( (XtAppContext) GetAppContext() ) & XtIMXEvent) != 0) ;
 #endif
+>>>>>>> 1.57
 }
 
 // Dispatch a message.