]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
Process capture lost event to avoid assertion
[wxWidgets.git] / include / wx / glcanvas.h
index 680796ee28fbabc26e6d66d9274659d782b385d0..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_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_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")