git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41059
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif
~wxGLContext();
+#ifndef __WXMAC__
void SetCurrent(const wxGLCanvas& win);
+#endif
};
//---------------------------------------------------------------------------
int *attribList = NULL,
const wxPalette& palette = wxNullPalette ));
-
+#ifdef __WXMAC__
+ void SetCurrent();
+#else
void SetCurrent(const wxGLContext& RC);
+#endif
void SetColour(const wxString& colour);
void SwapBuffers();