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

Comparing BasiliskII/src/dummy/clip_dummy.cpp (file contents):
Revision 1.5 by cebix, 2004-01-12T15:29:26Z vs.
Revision 1.6 by gbeauche, 2004-06-23T16:32:00Z

# Line 21 | Line 21
21   #include "sysdeps.h"
22  
23   #include "clip.h"
24 + #include "macos_util.h"
25  
26   #define DEBUG 0
27   #include "debug.h"
# Line 45 | Line 46 | void ClipExit(void)
46  
47  
48   /*
49 + *  Mac application reads clipboard
50 + */
51 +
52 + void GetScrap(void **handle, uint32 type, int32 offset)
53 + {
54 +        D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset));
55 + }
56 +
57 +
58 + /*
59   *  Mac application wrote to clipboard
60   */
61  
# Line 55 | Line 66 | void PutScrap(uint32 type, void *scrap,
66                  return;
67  
68          switch (type) {
69 <                case 'TEXT':
69 >                case FOURCC('T','E','X','T'):
70                          D(bug(" clipping TEXT\n"));
71                          break;
72          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines