summaryrefslogtreecommitdiff
path: root/src/cairo-gl.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-02-11 10:38:51 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-02-11 10:38:51 +0000
commit22b5f78c1c1ae7d289a99a3c52354bba3b9e817f (patch)
tree142a4717d8f8c45a44554df97c8728788cbb0285 /src/cairo-gl.h
parented4a30b38311e4ce0730ecd6026432f4a1e8ddf7 (diff)
gl: Remove eagle support
Eagle is no more, Kristian has superseded it with true EGL support. He is so happy...
Diffstat (limited to 'src/cairo-gl.h')
-rw-r--r--src/cairo-gl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/cairo-gl.h b/src/cairo-gl.h
index 79b241a9..9df9bb7e 100644
--- a/src/cairo-gl.h
+++ b/src/cairo-gl.h
@@ -72,18 +72,6 @@ cairo_gl_surface_create_for_window (cairo_device_t *device,
int width, int height);
#endif
-#if CAIRO_HAS_EAGLE_FUNCTIONS
-#include <eagle.h>
-
-cairo_public cairo_device_t *
-cairo_eagle_device_create (EGLDisplay display, EGLContext context);
-
-cairo_public cairo_surface_t *
-cairo_gl_surface_create_for_eagle (cairo_device_t *device,
- EGLSurface surface,
- int width, int height);
-#endif
-
CAIRO_END_DECLS
#else /* CAIRO_HAS_GL_SURFACE */