Revert "Revert using an event object for waking up event loop in wxMSW"

This reverts commit ebb3a791b9,
effectively reapplying 6c40531fb7 once
again.

This breaks wake up when not running our own event loop once again
(see #17579), but this will be fixed in the next commit.
This commit is contained in:
Vadim Zeitlin
2018-01-13 15:23:30 +01:00
parent d26758044c
commit 91aed00288
5 changed files with 85 additions and 93 deletions

View File

@@ -53,7 +53,6 @@ public:
// override/implement base class virtuals
virtual bool Dispatch() wxOVERRIDE;
virtual int DispatchTimeout(unsigned long timeout) wxOVERRIDE;
virtual void WakeUp() wxOVERRIDE;
protected:
virtual void OnNextIteration() wxOVERRIDE;