xeglgears: Remove borrowed GL_OES_EGL_image types
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 24 Feb 2010 19:36:56 +0000 (14:36 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 24 Feb 2010 19:36:56 +0000 (14:36 -0500)
These are now in gl.h.

progs/egl/xeglgears.c

index 342d509a72e9c62d8df626f22a14a8cce1446d97..957081e50027b9393c8622b5a6519d01bbce63b8 100644 (file)
@@ -32,6 +32,9 @@
  */
 
 
+#define GL_GLEXT_PROTOTYPES
+#define EGL_EGLEXT_PROTOTYPES
+
 #include <math.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -42,7 +45,6 @@
 #include <GL/gl.h>
 #include <EGL/egl.h>
 
-#define EGL_EGLEXT_PROTOTYPES
 #include <EGL/eglext.h>
 
 
@@ -540,10 +542,6 @@ enum {
    GEARS_PBUFFER_TEXTURE
 };
 
-typedef void* GLeglImageOES;
-GLAPI void GLAPIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
-GLAPI void GLAPIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
-
 static void
 texture_gears(struct egl_manager *eman, int surface_type)
 {