# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |