--- BasiliskII/src/AmigaOS/clip_amiga.cpp 2002/01/15 14:58:34 1.6 +++ 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-2002 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 @@ -23,8 +23,11 @@ #include #include #include +#define __USE_SYSBASE #include #include +#include +#include #include "clip.h" #include "prefs.h" @@ -95,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 */