]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
no changes, just remove #if'd out code
[wxWidgets.git] / include / wx / glcanvas.h
index 1d02f86652e58d9b495cb8ee278bddbbd74ec695..8b82b78c3a5f8d4f4822997172629d2edc3eb9d4 100644 (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
     //
@@ -191,7 +192,7 @@ public:
 #elif defined(__WXGTK__)
     #include "wx/gtk1/glcanvas.h"
 #elif defined(__WXMAC__)
-    #include "wx/mac/glcanvas.h"
+    #include "wx/osx/glcanvas.h"
 #elif defined(__WXCOCOA__)
     #include "wx/cocoa/glcanvas.h"
 #else