mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 22:48:07 +02:00
xlib: Fix typo in 5045155de6, lack of closing ';'
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
dc80e8328c
commit
738be215da
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ surface_matches_image_format (cairo_xlib_surface_t *surface,
|
|||
(format.alpha_mask == surface->a_mask || surface->a_mask == 0) &&
|
||||
(format.red_mask == surface->r_mask || surface->r_mask == 0) &&
|
||||
(format.green_mask == surface->g_mask || surface->g_mask == 0) &&
|
||||
(format.blue_mask == surface->b_mask || surface->b_mask == 0))
|
||||
(format.blue_mask == surface->b_mask || surface->b_mask == 0));
|
||||
}
|
||||
|
||||
static cairo_status_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue