mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-23 21:30:38 +02:00
Add missing prototype for _cairo_clip_translate
This commit is contained in:
parent
7bcf957b4e
commit
7aa2b05e48
1 changed files with 5 additions and 0 deletions
|
|
@ -119,4 +119,9 @@ _cairo_clip_combine_to_surface (cairo_clip_t *clip,
|
|||
int dst_y,
|
||||
const cairo_rectangle_fixed_t *extents);
|
||||
|
||||
cairo_private void
|
||||
_cairo_clip_translate (cairo_clip_t *clip,
|
||||
cairo_fixed_t tx,
|
||||
cairo_fixed_t ty);
|
||||
|
||||
#endif /* CAIRO_CLIP_PRIVATE_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue