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 --- desktop/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/gui.h b/desktop/gui.h index dcb9160a5..0d3216e9b 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -108,7 +108,7 @@ void gui_window_new_content(struct gui_window *g); bool gui_window_scroll_start(struct gui_window *g); bool gui_window_drag_start(struct gui_window *g, gui_drag_type type, - struct rect *rect); + const struct rect *rect); void gui_window_save_link(struct gui_window *g, const char *url, const char *title); -- cgit v1.2.3