X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/382f12e41917abf78fb7f00d786c7ead112e4df4..a5655d37db9baabce654849fd66173f95f74e230:/interface/wx/glcanvas.h diff --git a/interface/wx/glcanvas.h b/interface/wx/glcanvas.h index d92570869c..646a546d99 100644 --- a/interface/wx/glcanvas.h +++ b/interface/wx/glcanvas.h @@ -3,7 +3,7 @@ // Purpose: interface of wxGLContext and wxGLCanvas // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -32,6 +32,9 @@ best to check your native platform's glcanvas header (on windows include/wx/msw/glcanvas.h) to see what features your native platform provides. + + wxHAS_OPENGL_ES is defined on platforms that only have this implementation + available (eg the iPhone) und don't support the full specification. @library{wxgl} @category{gl}