mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 01:48:07 +02:00
Mark _cairo_path_is_simple_quad as private
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
1d105f215a
commit
1ba9fb6fad
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ cairo_private cairo_bool_t
|
|||
_cairo_path_fixed_is_stroke_box (const cairo_path_fixed_t *path,
|
||||
cairo_box_t *box);
|
||||
|
||||
cairo_bool_t
|
||||
cairo_private cairo_bool_t
|
||||
_cairo_path_fixed_is_simple_quad (const cairo_path_fixed_t *path);
|
||||
|
||||
#endif /* CAIRO_PATH_FIXED_PRIVATE_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue