mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-11 15:40:31 +01:00
[cairo_traps_t] Reorder struct members for clarity
This commit is contained in:
parent
24aec99ffb
commit
cee687a33f
1 changed files with 3 additions and 3 deletions
|
|
@ -1222,11 +1222,11 @@ typedef struct _cairo_surface_attributes {
|
|||
typedef struct _cairo_traps {
|
||||
cairo_status_t status;
|
||||
|
||||
cairo_trapezoid_t *traps;
|
||||
int num_traps;
|
||||
int traps_size;
|
||||
cairo_box_t extents;
|
||||
|
||||
int num_traps;
|
||||
int traps_size;
|
||||
cairo_trapezoid_t *traps;
|
||||
cairo_trapezoid_t traps_embedded[1];
|
||||
} cairo_traps_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue