#ifndef _WX_GLCANVAS_H_
#define _WX_GLCANVAS_H_
+#ifdef __WXOSX_IPHONE__
+#import <OpenGLES/ES1/gl.h>
+#import <OpenGLES/ES1/glext.h>
+#else
#include <OpenGL/gl.h>
+#endif
// low level calls
private:
WXGLContext m_glContext;
- DECLARE_NO_COPY_CLASS(wxGLContext)
+ wxDECLARE_NO_COPY_CLASS(wxGLContext);
};
class WXDLLIMPEXP_GL wxGLCanvas : public wxGLCanvasBase