]> git.saurik.com Git - wxWidgets.git/commitdiff
adding types for OpenGL on iPhone
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 13 Sep 2009 17:45:21 +0000 (17:45 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 13 Sep 2009 17:45:21 +0000 (17:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 01953df50c82765e51324ea018622a085134dcfc..708b4b9aa722386a70bda1764f5b96b3416fbc34 100644 (file)
@@ -2840,9 +2840,12 @@ DECLARE_WXCOCOA_OBJC_CLASS(UIFont);
 DECLARE_WXCOCOA_OBJC_CLASS(UIImage);
 DECLARE_WXCOCOA_OBJC_CLASS(UIEvent);
 DECLARE_WXCOCOA_OBJC_CLASS(NSSet);
+DECLARE_WXCOCOA_OBJC_CLASS(EAGLContext);
 
 typedef WX_UIWindow WXWindow;
 typedef WX_UIView WXWidget;
+typedef WX_EAGLContext WXGLContext;
+typedef WX_NSString* WXGLPixelFormat;
 
 #endif