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

Comparing BasiliskII/src/Unix/clip_unix.cpp (file contents):
Revision 1.3 by cebix, 2000-05-16T17:11:39Z vs.
Revision 1.9 by gbeauche, 2004-06-23T22:33:45Z

# Line 1 | Line 1
1   /*
2   *  clip_unix.cpp - Clipboard handling, Unix implementation
3   *
4 < *  Basilisk II (C) 1997-2000 Christian Bauer
4 > *  Basilisk II (C) 1997-2004 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 23 | Line 23
23   #include <X11/Xlib.h>
24  
25   #include "clip.h"
26 + #include "macos_util.h"
27   #include "prefs.h"
28  
29   #define DEBUG 0
# Line 87 | Line 88 | void PutScrap(uint32 type, void *scrap,
88                  return;
89  
90          switch (type) {
91 <                case 'TEXT':
91 >                case FOURCC('T','E','X','T'):
92                          D(bug(" clipping TEXT\n"));
93  
94                          // Convert text from Mac charset to ISO-Latin1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines