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.5 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.8 by gbeauche, 2004-11-15T23:27:43Z

# Line 23 | Line 23
23   #include <exec/types.h>
24   #include <libraries/iffparse.h>
25   #include <devices/clipboard.h>
26 + #define __USE_SYSBASE
27   #include <proto/exec.h>
28   #include <proto/iffparse.h>
29 + #include <inline/exec.h>
30 + #include <inline/iffparse.h>
31  
32   #include "clip.h"
33   #include "prefs.h"
# Line 95 | 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