Don't generate idle events when the event loop is not running
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
||||
virtual void WakeUp() wxOVERRIDE;
|
||||
virtual void DoYieldFor(long eventsToProcess) wxOVERRIDE;
|
||||
|
||||
void ScheduleIdleCheck();
|
||||
|
||||
#if wxUSE_EVENTLOOP_SOURCE
|
||||
virtual wxEventLoopSource *AddSourceForFD(int fd, wxEventLoopSourceHandler *handler, int flags);
|
||||
#endif // wxUSE_EVENTLOOP_SOURCE
|
||||
|
Reference in New Issue
Block a user