summaryrefslogtreecommitdiff
path: root/monkey/browser.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-01-11 16:45:17 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-01-11 16:45:17 +0000
commit6794af012e0b807681eb0e662f5b6d76b615ef9b (patch)
treefed8f6b7147ee6327c1b8bbcf2f2a0e9a98de191 /monkey/browser.c
parentd2253eee8faafebc816b403395e875a290f826e1 (diff)
downloadnetsurf-6794af012e0b807681eb0e662f5b6d76b615ef9b.tar.gz
netsurf-6794af012e0b807681eb0e662f5b6d76b615ef9b.tar.bz2
Constify rect param to gui_window_drag_start.
svn path=/trunk/netsurf/; revision=13397
Diffstat (limited to 'monkey/browser.c')
-rw-r--r--monkey/browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkey/browser.c b/monkey/browser.c
index 36dd5d5bc..5159b2f1a 100644
--- a/monkey/browser.c
+++ b/monkey/browser.c
@@ -371,7 +371,7 @@ gui_window_remove_caret(struct gui_window *g)
bool
gui_window_drag_start(struct gui_window *g, gui_drag_type type,
- struct rect *rect)
+ const struct rect *rect)
{
fprintf(stdout, "WINDOW SCROLL_START WIN %u TYPE %i\n);
return false;