// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "glcanvas.h"
-#endif
-
#include "wx/wxprec.h"
#if defined(__BORLANDC__)
{
}
-void wxGLContext::SetColour(const wxChar *colour)
+void wxGLContext::SetColour(const wxString& colour)
{
}
{
}
-wxPalette wxGLCanvas::CreateDefaultPalette()
-{
- wxPalette palette;
-
- return palette;
-}
-
void wxGLCanvas::SwapBuffers()
{
}