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

Comparing BasiliskII/src/BeOS/clip_beos.cpp (file contents):
Revision 1.7 by cebix, 2004-01-12T15:29:23Z vs.
Revision 1.8 by gbeauche, 2004-11-15T23:27:43Z

# Line 54 | Line 54 | void ClipExit(void)
54  
55  
56   /*
57 + *  Mac application reads clipboard
58 + */
59 +
60 + void GetScrap(void **handle, uint32 type, int32 offset)
61 + {
62 +        D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset));
63 + }
64 +
65 +
66 + /*
67   *  Mac application wrote to clipboard
68   */
69  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines