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.6 by cebix, 2002-01-15T14:58:35Z vs.
Revision 1.10 by gbeauche, 2008-01-01T09:40:32Z

# Line 1 | Line 1
1   /*
2   *  clip_beos.cpp - Clipboard handling, BeOS implementation
3   *
4 < *  Basilisk II (C) 1997-2002 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 53 | Line 53 | void ClipExit(void)
53   }
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   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines