Add missing prototype for _cairo_clip_translate

This commit is contained in:
Carl Worth 2006-05-04 03:44:26 -07:00
parent 7bcf957b4e
commit 7aa2b05e48

View file

@ -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 */