[gl] Fix check-def.sh for GL surface.

This commit is contained in:
Eric Anholt 2009-06-01 10:09:16 -07:00
parent 87b764908a
commit 19bc0f2f1d
2 changed files with 1 additions and 7 deletions

View file

@ -73,7 +73,7 @@ typedef struct _cairo_gl_composite_setup {
static const cairo_surface_backend_t _cairo_gl_surface_backend;
const cairo_gl_context_t _nil_context = {
static const cairo_gl_context_t _nil_context = {
CAIRO_REFERENCE_COUNT_INVALID,
CAIRO_STATUS_NO_MEMORY
};

View file

@ -45,9 +45,6 @@ typedef struct _cairo_gl_context cairo_gl_context_t;
cairo_public cairo_gl_context_t *
cairo_gl_context_reference (cairo_gl_context_t *context);
cairo_public cairo_status_t
cairo_gl_context_status (cairo_gl_context_t *context);
cairo_public void
cairo_gl_context_destroy (cairo_gl_context_t *context);
@ -56,9 +53,6 @@ cairo_gl_surface_create (cairo_gl_context_t *ctx,
cairo_content_t content,
int width, int height);
cairo_public cairo_gl_context_t *
cairo_gl_surface_get_context (cairo_surface_t *abstract_surface);
cairo_public void
cairo_gl_surface_set_size (cairo_surface_t *surface, int width, int height);