Removed menu.cpp and toolbar.cpp from X11.
Compile fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -163,7 +163,9 @@ int wxEventLoop::Run()
|
||||
// anything else to do
|
||||
while ( ! Pending() )
|
||||
{
|
||||
#if wxUSE_TIMER
|
||||
wxTimer::NotifyTimers(); // TODO: is this the correct place for it?
|
||||
#endif
|
||||
if (!m_impl->SendIdleEvent())
|
||||
{
|
||||
#if 0 // wxUSE_THREADS
|
||||
|
Reference in New Issue
Block a user