]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/glcanvas.h
add public wxObject::UnShare
[wxWidgets.git] / include / wx / msw / glcanvas.h
index c25634410efcc4d59cad59af5f7201e7689868c6..5c9090116c3c264c6c6391a7a5eb36cabd9903bd 100644 (file)
@@ -56,6 +56,7 @@ public:
     wxGLContext(wxGLCanvas *win, const wxGLContext* other=NULL /* for sharing display lists */ );
     virtual ~wxGLContext();
 
     wxGLContext(wxGLCanvas *win, const wxGLContext* other=NULL /* for sharing display lists */ );
     virtual ~wxGLContext();
 
+    void SetCurrent(const wxGLCanvas& win) const;
     inline HGLRC GetGLRC() const { return m_glContext; }
 
 protected:
     inline HGLRC GetGLRC() const { return m_glContext; }
 
 protected: