X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..eff112a64082e20a581fb489980b76e1d7bb0d5e:/src/palmos/glcanvas.cpp diff --git a/src/palmos/glcanvas.cpp b/src/palmos/glcanvas.cpp index ac237257a8..7572deaaa7 100644 --- a/src/palmos/glcanvas.cpp +++ b/src/palmos/glcanvas.cpp @@ -1,18 +1,14 @@ ///////////////////////////////////////////////////////////////////////////// // 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__) @@ -71,7 +67,7 @@ void wxGLContext::SetCurrent() { } -void wxGLContext::SetColour(const wxChar *colour) +void wxGLContext::SetColour(const wxString& colour) { } @@ -139,13 +135,6 @@ void wxGLCanvas::SetupPalette(const wxPalette& palette) { } -wxPalette wxGLCanvas::CreateDefaultPalette() -{ - wxPalette palette; - - return palette; -} - void wxGLCanvas::SwapBuffers() { }