mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
Remove trailing comma in cairo_region_overlap_t enum.
This commit is contained in:
parent
2d6336624c
commit
ba2ec8e1d9
1 changed files with 1 additions and 1 deletions
|
|
@ -2361,7 +2361,7 @@ typedef struct _cairo_rectangle_int {
|
|||
typedef enum _cairo_region_overlap {
|
||||
CAIRO_REGION_OVERLAP_IN, /* completely inside region */
|
||||
CAIRO_REGION_OVERLAP_OUT, /* completely outside region */
|
||||
CAIRO_REGION_OVERLAP_PART, /* partly inside region */
|
||||
CAIRO_REGION_OVERLAP_PART /* partly inside region */
|
||||
} cairo_region_overlap_t;
|
||||
|
||||
cairo_public cairo_region_t *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue