X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4660d7e5d656bd63c6ba410e6bf36486e7a77d4e..ef8f37e0dbfdd5b3eac3bce7ad13347c8ed450ef:/include/wx/mac/glcanvas.h diff --git a/include/wx/mac/glcanvas.h b/include/wx/mac/glcanvas.h index c0b1f9e30a..5231ed7196 100644 --- a/include/wx/mac/glcanvas.h +++ b/include/wx/mac/glcanvas.h @@ -114,6 +114,10 @@ class WXDLLEXPORT wxGLCanvas: public wxWindow // It sets the viewport correctly and update the context. // You shouldn't call glViewport yourself either (use SetViewport if you must reset it.) void OnSize(wxSizeEvent& event); + + virtual void MacSuperChangedPosition() ; + virtual void MacTopLevelWindowChangedPosition() ; + void MacUpdateView() ; inline wxGLContext* GetContext() const { return m_glContext; }