X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ce5cf09c2a6236eca9c73bdded05286dd5ab12a..92b4653a62298a667f1725e7ea90418ae4743e04:/include/wx/glcanvas.h?ds=inline diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index b3d3c5d43e..a581b4f463 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -49,7 +49,7 @@ enum WX_GL_MIN_ACCUM_BLUE, // use blue buffer with most bits (> MIN_ACCUM_BLUE bits) WX_GL_MIN_ACCUM_ALPHA, // use alpha buffer with most bits (> MIN_ACCUM_ALPHA bits) WX_GL_SAMPLE_BUFFERS, // 1 for multisampling support (antialiasing) - WX_GL_SAMPLES // 4 for 2x2 antialising supersampling on most graphics cards + WX_GL_SAMPLES // 4 for 2x2 antialiasing supersampling on most graphics cards }; #define wxGLCanvasName wxT("GLCanvas")