diff options
Diffstat (limited to 'include/mupdf/pdf/widget.h')
-rw-r--r-- | include/mupdf/pdf/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/pdf/widget.h b/include/mupdf/pdf/widget.h index 04c9f887..7e2ae591 100644 --- a/include/mupdf/pdf/widget.h +++ b/include/mupdf/pdf/widget.h @@ -65,7 +65,7 @@ int pdf_widget_type(fz_context *ctx, pdf_widget *widget); /* pdf_bound_widget: get the bounding box of a widget. */ -fz_rect *pdf_bound_widget(fz_context *ctx, pdf_widget *widget, fz_rect *); +fz_rect pdf_bound_widget(fz_context *ctx, pdf_widget *widget); /* pdf_text_widget_text: Get the text currently displayed in |