]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
handle mouse capture lost event in grid windows and reset the grid to normal state...
[wxWidgets.git] / include / wx / glcanvas.h
index 751cd4f2e5d1ed39355adfacc9abf71612280d19..4e3e4328b81e5921ec78936689b569adecf2aa67 100644 (file)
@@ -35,13 +35,13 @@ enum
     WX_GL_MIN_RED,         /* use red buffer with most bits (> MIN_RED bits) */
     WX_GL_MIN_GREEN,       /* use green buffer with most bits (> MIN_GREEN bits) */
     WX_GL_MIN_BLUE,        /* use blue buffer with most bits (> MIN_BLUE bits) */
     WX_GL_MIN_RED,         /* use red buffer with most bits (> MIN_RED bits) */
     WX_GL_MIN_GREEN,       /* use green buffer with most bits (> MIN_GREEN bits) */
     WX_GL_MIN_BLUE,        /* use blue buffer with most bits (> MIN_BLUE bits) */
-    WX_GL_MIN_ALPHA,       /* use blue buffer with most bits (> MIN_ALPHA bits) */
+    WX_GL_MIN_ALPHA,       /* use alpha buffer with most bits (> MIN_ALPHA bits) */
     WX_GL_DEPTH_SIZE,      /* bits for Z-buffer (0,16,32) */
     WX_GL_STENCIL_SIZE,    /* bits for stencil buffer */
     WX_GL_MIN_ACCUM_RED,   /* use red accum buffer with most bits (> MIN_ACCUM_RED bits) */
     WX_GL_MIN_ACCUM_GREEN, /* use green buffer with most bits (> MIN_ACCUM_GREEN bits) */
     WX_GL_MIN_ACCUM_BLUE,  /* use blue buffer with most bits (> MIN_ACCUM_BLUE bits) */
     WX_GL_DEPTH_SIZE,      /* bits for Z-buffer (0,16,32) */
     WX_GL_STENCIL_SIZE,    /* bits for stencil buffer */
     WX_GL_MIN_ACCUM_RED,   /* use red accum buffer with most bits (> MIN_ACCUM_RED bits) */
     WX_GL_MIN_ACCUM_GREEN, /* use green buffer with most bits (> MIN_ACCUM_GREEN bits) */
     WX_GL_MIN_ACCUM_BLUE,  /* use blue buffer with most bits (> MIN_ACCUM_BLUE bits) */
-    WX_GL_MIN_ACCUM_ALPHA  /* use blue buffer with most bits (> MIN_ACCUM_ALPHA bits) */
+    WX_GL_MIN_ACCUM_ALPHA  /* use alpha buffer with most bits (> MIN_ACCUM_ALPHA bits) */
 };
 
 #define wxGLCanvasName _T("GLCanvas")
 };
 
 #define wxGLCanvasName _T("GLCanvas")
@@ -60,6 +60,8 @@ enum
 #include "wx/mac/glcanvas.h"
 #elif defined(__WXCOCOA__)
 #include "wx/cocoa/glcanvas.h"
 #include "wx/mac/glcanvas.h"
 #elif defined(__WXCOCOA__)
 #include "wx/cocoa/glcanvas.h"
+#else
+#error "wxGLCanvas not supported in this wxWidgets port"
 #endif
 
 #include "wx/app.h"
 #endif
 
 #include "wx/app.h"