// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
- #pragma implementation "reparent.h"
-#endif
-
#include "wx/setup.h"
#if !wxUSE_NANOX
{
#if wxUSE_TIMER
wxTimer::NotifyTimers();
- wxTheApp->SendIdleEvents();
+ wxTheApp->ProcessIdle();
#endif
}
}