mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-27 20:00:41 +02:00
Remove comma from the end of the CAIRO_PATTERN_ACQUIRE enum
This commit is contained in:
parent
cc8442514a
commit
5e3b28ffea
1 changed files with 1 additions and 1 deletions
|
|
@ -2521,7 +2521,7 @@ _cairo_pattern_is_clear (const cairo_pattern_t *pattern);
|
|||
|
||||
enum {
|
||||
CAIRO_PATTERN_ACQUIRE_NONE = 0x0,
|
||||
CAIRO_PATTERN_ACQUIRE_NO_REFLECT = 0x1,
|
||||
CAIRO_PATTERN_ACQUIRE_NO_REFLECT = 0x1
|
||||
};
|
||||
cairo_private cairo_int_status_t
|
||||
_cairo_pattern_acquire_surface (const cairo_pattern_t *pattern,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue