bracketing opengl code that doesn't work on OpenGL ES

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-03-29 17:13:27 +00:00
parent f33427816c
commit 04ce16a870
2 changed files with 4 additions and 1 deletions

View File

@@ -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
//