summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/print.c b/gtk/print.c
index 1da89551a..667c554ee 100644
--- a/gtk/print.c
+++ b/gtk/print.c
@@ -169,7 +169,7 @@ static inline void nsgtk_print_set_dashed(void)
}
/** Set clipping area for subsequent plot operations. */
-static bool nsgtk_print_plot_clip(struct rect *clip)
+static bool nsgtk_print_plot_clip(const struct rect *clip)
{
LOG(("Clipping. x0: %i ;\t y0: %i ;\t x1: %i ;\t y1: %i",
clip->x0, clip->y0, clip->x1, clip->y1));