/////////////////////////////////////////////////////////////////////////////
// Name: wx/palmos/glcanvas.h
// Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Palm OS
-// 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 interface "glcanvas.h"
-#endif
-
#ifndef _WX_GLCANVAS_H_
#define _WX_GLCANVAS_H_
const wxPalette& WXUNUSED(palette),
const wxGLContext *other /* for sharing display lists */ );
- ~wxGLContext();
+ virtual ~wxGLContext();
void SetCurrent();
int *attribList = 0,
const wxPalette& palette = wxNullPalette);
- ~wxGLCanvas();
+ virtual ~wxGLCanvas();
// Replaces wxWindow::Create functionality, since
// we need to use a different window class