]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
fix typo in drawing slider ticks; added assert to check for it (slightly modified...
[wxWidgets.git] / include / wx / glcanvas.h
index 0a6c7291229f2815bae0e22a3f9ad49f144100cb..3c4a52646ebe7b983b2f3d2df87b1b8dc231369b 100644 (file)
@@ -5,12 +5,16 @@
 
 #if wxUSE_GLCANVAS
 
+#define wxGLCanvasName _T("GLCanvas")
+
 #if defined(__WXMSW__)
 #include "wx/msw/glcanvas.h"
 #elif defined(__WXMOTIF__)
 #include "wx/motif/glcanvas.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/glcanvas.h"
+#elif defined(__WXX11__)
+#include "wx/x11/glcanvas.h"
 #elif defined(__WXMAC__)
 #include "wx/mac/glcanvas.h"
 #elif defined(__WXPM__)
@@ -19,6 +23,7 @@
 #include "wx/stubs/glcanvas.h"
 #endif
 
+#include "wx/app.h"
 class WXDLLEXPORT wxGLApp : public wxApp
 {
 public: