]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
Store a pointer to the wxWindow in the wxWindowDC class
[wxWidgets.git] / include / wx / glcanvas.h
index 45962a519d019cc90c8300548372d8072c9c174d..2ed1a201c98615537b5d91d9b95b094d941047ee 100644 (file)
@@ -5,6 +5,8 @@
 
 #if wxUSE_GLCANVAS
 
+#define wxGLCanvasName _T("GLCanvas")
+
 #if defined(__WXMSW__)
 #include "wx/msw/glcanvas.h"
 #elif defined(__WXMOTIF__)
@@ -17,8 +19,6 @@
 #include "wx/mac/glcanvas.h"
 #elif defined(__WXPM__)
 #include "wx/os2/glcanvas.h"
-#elif defined(__WXSTUBS__)
-#include "wx/stubs/glcanvas.h"
 #endif
 
 #include "wx/app.h"