From 478d953ea50169cab4ae57ba414c57332b17bf5f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 16 May 2009 14:50:30 +0000 Subject: Copy and save images in IFF ILBM format. Currently, the data in the BODY chunk is wrong. svn path=/trunk/netsurf/; revision=7516 --- amiga/clipboard.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'amiga/clipboard.h') diff --git a/amiga/clipboard.h b/amiga/clipboard.h index 45608a4de..4afbae138 100755 --- a/amiga/clipboard.h +++ b/amiga/clipboard.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Chris Young + * Copyright 2008,2009 Chris Young * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -18,7 +18,10 @@ #ifndef AMIGA_CLIPBOARD_H #define AMIGA_CLIPBOARD_H + void ami_clipboard_init(void); void ami_clipboard_free(void); bool ami_easy_clipboard(char *text); +bool ami_easy_clipboard_bitmap(struct bitmap *bitmap,struct IFFHandle *ih, + char *url,char *name); #endif -- cgit v1.2.3