/////////////////////////////////////////////////////////////////////////////
// Name: src/palmos/glcanvas.cpp
// Purpose: wxGLCanvas, for using OpenGL with wxWidgets
-// Author: William Osborne
+// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
// Created: 10/13/04
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) William Osborne
// 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()
{
}