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. --- gtk/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/window.c') diff --git a/gtk/window.c b/gtk/window.c index 663ff32a3..8b7d2f912 100644 --- a/gtk/window.c +++ b/gtk/window.c @@ -1080,7 +1080,7 @@ void gui_drag_save_object(gui_save_type type, hlcache_handle *c, } -void gui_drag_save_selection(struct selection *s, struct gui_window *g) +void gui_drag_save_selection(struct gui_window *g, const char *selection) { } -- cgit v1.2.3