diff options
Diffstat (limited to 'base/gxpath.h')
-rw-r--r-- | base/gxpath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gxpath.h b/base/gxpath.h index 505353a8..3c8d4124 100644 --- a/base/gxpath.h +++ b/base/gxpath.h @@ -309,6 +309,7 @@ int gx_clip_to_rectangle(gs_gstate *, gs_fixed_rect *); int gx_clip_to_path(gs_gstate *); int gx_default_clip_box(const gs_gstate *, gs_fixed_rect *); int gx_effective_clip_path(gs_gstate *, gx_clip_path **); +int gx_curr_fixed_bbox(gs_gstate * pgs, gs_fixed_rect *bbox, gs_bbox_comp_t comp_type); int gx_curr_bbox(gs_gstate * pgs, gs_rect *bbox, gs_bbox_comp_t comp_type); |