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. --- amiga/drag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/drag.c') diff --git a/amiga/drag.c b/amiga/drag.c index 45b0843dd..8051cc3c8 100644 --- a/amiga/drag.c +++ b/amiga/drag.c @@ -89,7 +89,7 @@ void gui_drag_save_object(gui_save_type type, hlcache_handle *c, drag_save = type; } -void gui_drag_save_selection(struct selection *s, struct gui_window *g) +void gui_drag_save_selection(struct gui_window *g, const char *selection) { ami_drag_icon_show(g->shared->win, "ascii"); -- cgit v1.2.3