diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2003-06-09 18:53:06 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2003-06-09 18:53:06 +0000 |
| commit | dd6c9535ef382b15966ac1afe0976acc3b61b54a (patch) | |
| tree | a6570286e97506795a04fa17af9789c4664f7884 | |
| parent | f79d805e9308dde4d79aac02dc2b53c32b5a2e69 (diff) | |
Updated Mac OS X CodeWarrior project to work with OS X 10.2 and
CodeWarrior 8.3 . Versions below 8.3 are buggy and need to be upgraded
(free upgrades on the MetroWerks web pages).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3025 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | CHANGES | 1 | ||||
| -rw-r--r-- | CodeWarrior/OS_X.sit | bin | 36857 -> 37673 bytes | |||
| -rw-r--r-- | src/Fl_mac.cxx | 8 |
3 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,6 @@ CHANGES IN FLTK 1.1.4 + - CodeWarrior Mac OS X updated to work with current CW8.3 - Apple-C/X/V/Z didn't work in the Fl_Input widget due to a bad mapping to control keys (STR #pending) - Added the OSX-specific fl_open_callback() function to diff --git a/CodeWarrior/OS_X.sit b/CodeWarrior/OS_X.sit Binary files differindex 7f3eb491a..29bafdb49 100644 --- a/CodeWarrior/OS_X.sit +++ b/CodeWarrior/OS_X.sit diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index fe046222e..16c23fe49 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_mac.cxx,v 1.1.2.45 2003/06/01 00:23:57 easysw Exp $" +// "$Id: Fl_mac.cxx,v 1.1.2.46 2003/06/09 18:53:06 matthiaswm Exp $" // // MacOS specific code for the Fast Light Tool Kit (FLTK). // @@ -41,6 +41,9 @@ // true mouse moves. On very slow systems however, this flag may // still be useful. #define CONSOLIDATE_MOTION 0 +extern "C" { +#include <pthread.h> +} #include <FL/Fl.H> #include <FL/x.H> @@ -51,7 +54,6 @@ #include <stdlib.h> #include "flstring.h" #include <unistd.h> -#include <pthread.h> // #define DEBUG_SELECT // UNCOMMENT FOR SELECT()/THREAD DEBUGGING #ifdef DEBUG_SELECT @@ -1861,6 +1863,6 @@ void Fl::paste(Fl_Widget &receiver, int clipboard) { // -// End of "$Id: Fl_mac.cxx,v 1.1.2.45 2003/06/01 00:23:57 easysw Exp $". +// End of "$Id: Fl_mac.cxx,v 1.1.2.46 2003/06/09 18:53:06 matthiaswm Exp $". // |
