From 6794af012e0b807681eb0e662f5b6d76b615ef9b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 11 Jan 2012 16:45:17 +0000 Subject: Constify rect param to gui_window_drag_start. svn path=/trunk/netsurf/; revision=13397 --- windows/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/gui.c b/windows/gui.c index d75fe065e..f3a2a730d 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -1719,7 +1719,7 @@ bool gui_window_scroll_start(struct gui_window *w) } bool gui_window_drag_start(struct gui_window *g, gui_drag_type type, - struct rect *rect) + const struct rect *rect) { return true; } -- cgit v1.2.3