From 9644d0594c1dfcc6e104754793a75d23c7a6840e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 10 May 2013 11:54:26 +0100 Subject: Remove struct selection from gui_drag_save_selection, so gui.h doesn't need it now. --- windows/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'windows') 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) { } -- cgit v1.2.3