ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/clip_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/clip_amiga.cpp (file contents):
Revision 1.7 by jlachmann, 2002-06-23T08:27:05Z vs.
Revision 1.9 by gbeauche, 2008-01-01T09:40:31Z

# Line 1 | Line 1
1   /*
2   *  clip_amiga.cpp - Clipboard handling, AmigaOS implementation
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 98 | Line 98 | void ClipExit(void)
98   }
99  
100  
101 + /*
102 + *  Mac application reads clipboard
103 + */
104 +
105 + void GetScrap(void **handle, uint32 type, int32 offset)
106 + {
107 +        D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset));
108 + }
109 +
110 +
111   /*
112   *  Mac application wrote to clipboard
113   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines