]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
1. undid my wrong fix to wxWindowBase::Centre
[wxWidgets.git] / src / common / event.cpp
index 32b436d3a969331365109d4db904d62497cbb766..1b71ae091290f6de885dfd848a8067281bdaa1f9 100644 (file)
@@ -615,7 +615,7 @@ void wxEvtHandler::AddPendingEvent(wxEvent& event)
     extern void wxapp_install_idle_handler();
     if ( g_isIdle )
         wxapp_install_idle_handler();
-#else // this works for wxMSW, but may be for others too?
+#elif wxUSE_GUI // this works for wxMSW, but may be for others too?
     // might also send a dummy message to the top level window, this would
     // probably be cleaner?
     wxIdleEvent eventIdle;