X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/glcanvas.h diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index 4722a99a94..8b82b78c3a 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -118,10 +118,11 @@ public: // miscellaneous helper functions // ------------------------------ +#ifndef wxHAS_OPENGL_ES // call glcolor() for the colour with the given name, return false if // colour not found bool SetColour(const wxString& colour); - +#endif // return true if the extension with given name is supported //