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. --- monkey/browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monkey') diff --git a/monkey/browser.c b/monkey/browser.c index 9d87f4471..09ecf4b11 100644 --- a/monkey/browser.c +++ b/monkey/browser.c @@ -314,7 +314,7 @@ gui_window_scroll_visible(struct gui_window *g, int x0, int y0, } void -gui_drag_save_selection(struct selection *s, struct gui_window *g) +gui_drag_save_selection(struct gui_window *g, const char *selection) { } -- cgit v1.2.3