mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 11:18:30 +02:00
gl: Fix typo s/bool/cairo_bool_t/
One quickly gets used to having stdbool.h available.
This commit is contained in:
parent
524e6fd3e8
commit
f50ced2e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue