]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
Replaced (char*)wxFNCONV with (const char*)wxFNCONV
[wxWidgets.git] / src / common / event.cpp
index 831b257dcdb5c822895982f5c4ef8f423f37ff60..d0e063d025d75db9c5f64f92525b7e837add2992 100644 (file)
@@ -562,6 +562,7 @@ bool wxEvtHandler::ProcessThreadEvent(wxEvent& event)
     wxPendingEvents->Append(this);
     wxPendingEventsLocker->Leave();
 
+    // TODO: Wake up idle handler for the other platforms.
 #ifdef __WXGTK__
     if (g_isIdle) 
         wxapp_install_idle_handler();