diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-29 14:10:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-29 14:10:54 +0000 |
| commit | 024368d7226e403d535184faa9f6e9b66f8d56e4 (patch) | |
| tree | e4b422758340dd87e8c80e3532c26de2ffa45ad4 /fluid/ide_xcode.cxx | |
| parent | b3d47552867d9425035918efb76b549615df4f99 (diff) | |
Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7357 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ide_xcode.cxx')
| -rw-r--r-- | fluid/ide_xcode.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fluid/ide_xcode.cxx b/fluid/ide_xcode.cxx index 86632f986..880a85fbe 100644 --- a/fluid/ide_xcode.cxx +++ b/fluid/ide_xcode.cxx @@ -1493,8 +1493,7 @@ public: "#define BORDER_WIDTH 2\n#define HAVE_GL 1\n#define HAVE_GL_GLU_H 1\n" "#define USE_COLORMAP 1\n#define HAVE_XINERAMA 0\n#define USE_XFT 0\n" "#define HAVE_XDBE 0\n#define USE_XDBE HAVE_XDBE\n", f); - fputs("#define __APPLE_QUARTZ__ 1\n" - "#define __APPLE_COCOA__ 1\n#define HAVE_OVERLAY 0\n" + fputs("#define __APPLE_QUARTZ__ 1\n#define HAVE_OVERLAY 0\n" "#define HAVE_GL_OVERLAY HAVE_OVERLAY\n#define WORDS_BIGENDIAN 0\n" "#define U16 unsigned short\n#define U32 unsigned\n" "#define HAVE_DIRENT_H 1\n#define HAVE_SCANDIR 1\n" |
