--- BasiliskII/src/AmigaOS/clip_amiga.cpp 2002/06/23 08:27:05 1.7 +++ BasiliskII/src/AmigaOS/clip_amiga.cpp 2008/01/01 09:40:31 1.9 @@ -1,7 +1,7 @@ /* * clip_amiga.cpp - Clipboard handling, AmigaOS implementation * - * Basilisk II (C) 1997-2001 Christian Bauer + * Basilisk II (C) 1997-2008 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -98,6 +98,16 @@ void ClipExit(void) } +/* + * Mac application reads clipboard + */ + +void GetScrap(void **handle, uint32 type, int32 offset) +{ + D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset)); +} + + /* * Mac application wrote to clipboard */