[cairo-commit] src/cairo-egl-context.c

Chris Wilson ickle at kemper.freedesktop.org
Fri Mar 8 06:26:03 PST 2013


 src/cairo-egl-context.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f50ced2e7b4b2f4601dc9b9edf1a861401c302e4
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Mar 8 14:25:26 2013 +0000

    gl: Fix typo s/bool/cairo_bool_t/
    
    One quickly gets used to having stdbool.h available.

diff --git a/src/cairo-egl-context.c b/src/cairo-egl-context.c
index c865587..bb0772a 100644
--- a/src/cairo-egl-context.c
+++ b/src/cairo-egl-context.c
@@ -277,7 +277,7 @@ cairo_gl_surface_create_for_egl (cairo_device_t	*device,
     return &surface->base.base;
 }
 
-static bool is_egl_device (cairo_device_t *device)
+static cairo_bool_t is_egl_device (cairo_device_t *device)
 {
     return (device->backend != NULL &&
 	    device->backend->type == CAIRO_DEVICE_TYPE_GL);


More information about the cairo-commit mailing list