From 96654154288d6831524c1d6b76131c9bf8fd1249 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 14 Feb 2011 22:08:21 +0000 Subject: Add "const". svn path=/trunk/netsurf/; revision=11684 --- gtk/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3