*minorVsn = ProtocolRevision (display);
return wxMOTIF_X;
+#endif
#ifdef __WXX11__
if (majorVsn)
*majorVsn = 0;
return XtDisplay ((Widget) wxTheApp->GetTopLevelWidget());
else if (wxTheApp)
return wxTheApp->GetInitialDisplay();
+ return NULL;
#endif
-#ifdef __WXGTK__
+#ifdef __WXX11__
return wxApp::GetDisplay();
#endif
}