summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-05-10 11:54:26 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-05-10 11:54:26 +0100
commit9644d0594c1dfcc6e104754793a75d23c7a6840e (patch)
tree03d1cec60e568f35ffd04d5266cac1d74ec8e0e7 /windows
parentd2d04824cfc088cf6776fe2c2e2abdb953dfe006 (diff)
downloadnetsurf-9644d0594c1dfcc6e104754793a75d23c7a6840e.tar.gz
netsurf-9644d0594c1dfcc6e104754793a75d23c7a6840e.tar.bz2
Remove struct selection from gui_drag_save_selection, so gui.h doesn't need it now.
Diffstat (limited to 'windows')
-rw-r--r--windows/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 313da5423..63855e0c7 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -1766,7 +1766,8 @@ void gui_drag_save_object(gui_save_type type, hlcache_handle *c,
{
}
-void gui_drag_save_selection(struct selection *s, struct gui_window *w)
+
+void gui_drag_save_selection(struct gui_window *g, const char *selection)
{
}