summaryrefslogtreecommitdiff
path: root/desktop/gui.h
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 /desktop/gui.h
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 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 1 insertions, 1 deletions
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);