summaryrefslogtreecommitdiff
path: root/amiga/clipboard.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-22 19:02:58 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-22 19:02:58 +0000
commit4d9b67499727f1cce58c2bd65a06178f91fc30b4 (patch)
tree0558cd48d512e828a5cafc7ea5fd93249e619e94 /amiga/clipboard.h
parent48bd5e1f102c7a0cf5d71c5df991329c52dccbcc (diff)
downloadnetsurf-4d9b67499727f1cce58c2bd65a06178f91fc30b4.tar.gz
netsurf-4d9b67499727f1cce58c2bd65a06178f91fc30b4.tar.bz2
Remove struct selection from ami_file_save and anywhere that feeds into it
Diffstat (limited to 'amiga/clipboard.h')
-rwxr-xr-xamiga/clipboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/clipboard.h b/amiga/clipboard.h
index 8d0d8d459..6cae3e3b8 100755
--- a/amiga/clipboard.h
+++ b/amiga/clipboard.h
@@ -23,6 +23,7 @@
struct bitmap;
struct hlcache_handle;
struct selection;
+struct gui_window;
struct gui_window_2;
struct ami_text_selection
@@ -33,7 +34,7 @@ struct ami_text_selection
void ami_clipboard_init(void);
void ami_clipboard_free(void);
-void ami_drag_selection(struct selection *s);
+void ami_drag_selection(struct gui_window *g);
bool ami_easy_clipboard(char *text);
bool ami_easy_clipboard_bitmap(struct bitmap *bitmap);
struct ami_text_selection *ami_selection_to_text(struct gui_window_2 *gwin);