Added CS_OWNDC fix to wxGLCanvas and corrected sample makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-10-28 11:35:45 +00:00
parent f6e9f05fa7
commit 87b501f0f7
7 changed files with 147 additions and 14 deletions

View File

@@ -79,6 +79,10 @@ class wxGLCanvas: public wxScrolledWindow
~wxGLCanvas();
// Replaces wxWindow::Create functionality, since we need to use a different window class
bool Create(wxWindow *parent, wxWindowID id,
const wxPoint& pos, const wxSize& size, long style, const wxString& name);
void SetCurrent();
void SetColour(const char *colour);
void SwapBuffers();