// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "glcanvas.h"
#endif
const wxPoint& pos, const wxSize& size, long style, const wxString& name);
void SetCurrent();
+ #ifdef __WXUNIVERSAL__
+ virtual bool SetCurrent(bool doit = true){ return wxWindow::SetCurrent(doit); };
+ #endif
+
void SetColour(const wxChar *colour);
void SwapBuffers();