mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 14:28:02 +02:00
[gl] Fix check-def.sh for GL surface.
This commit is contained in:
parent
87b764908a
commit
19bc0f2f1d
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue