]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/SExposedVideoData.h
Remove all mentions of iOS
[irrlicht.git] / include / SExposedVideoData.h
index 35108f003c2895deb6a3620876f87d58544adc0f..5e86562b1cccac679c668b893f9dca2f7c6f55dd 100644 (file)
@@ -61,6 +61,7 @@ struct SExposedVideoData
                void* X11Display;\r
                void* X11Context;\r
                unsigned long X11Window;\r
+               unsigned long GLXWindow;\r
        };\r
 \r
     struct SOpenGLOSX\r
@@ -77,21 +78,6 @@ struct SExposedVideoData
                //! The EGLNativeWindowType object.\r
                void* Window;   \r
        };\r
-       \r
-       struct SOpenGLiOS\r
-       {\r
-               //! The EAGLContext object.\r
-               void* Context;\r
-                       \r
-               //! The subview UIView object where the drawing happens.\r
-               void* View;\r
-               \r
-               //! The UIViewController object.\r
-               void* ViewController;\r
-               \r
-               //! The UIWindow object.\r
-        void* Window;\r
-       };\r
 \r
        struct SOGLESAndroid\r
        {\r
@@ -106,7 +92,6 @@ struct SExposedVideoData
                SOpenGLLinux OpenGLLinux;\r
                SOpenGLOSX OpenGLOSX;\r
                SOpenGLFB OpenGLFB;\r
-               SOpenGLiOS OpenGLiOS;\r
                SOGLESAndroid OGLESAndroid;\r
        };\r
 };\r