diff --git a/include/wx/mgl/window.h b/include/wx/mgl/window.h index 053f038c70..2299608df7 100644 --- a/include/wx/mgl/window.h +++ b/include/wx/mgl/window.h @@ -134,6 +134,8 @@ protected: // ::MoveWindow() except for composite controls which will want to arrange // themselves inside the given rectangle virtual void DoMoveWindow(int x, int y, int width, int height); + + void OnIdle(wxIdleEvent& event); private: // common part of all ctors