summaryrefslogtreecommitdiff
path: root/src/Fl_get_system_colors.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-07-17 06:09:26 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-07-17 06:09:26 +0000
commitdfefc7b244c493ee7c90329882c7f76156f09fae (patch)
tree0248c420aadb9e028676a8fb28809308fdb120ee /src/Fl_get_system_colors.cxx
parentc48c20c49c12e7659cf425823d4ebc349ad37dca (diff)
First steps in CodeWarrior on OS_X support.
(Praise the day when I finally stop screwing up cvs ;-/ ) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2536 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_get_system_colors.cxx')
-rw-r--r--src/Fl_get_system_colors.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx
index eb1a6e170..bdb28b963 100644
--- a/src/Fl_get_system_colors.cxx
+++ b/src/Fl_get_system_colors.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.10 2002/05/16 12:47:43 easysw Exp $"
+// "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.11 2002/07/17 06:09:26 matthiaswm Exp $"
//
// System color support for the Fast Light Tool Kit (FLTK).
//
@@ -34,6 +34,10 @@
#include <FL/Fl_Tiled_Image.H>
#include "tile.xpm"
+#if defined __APPLE__ && defined __MWERKS__
+ extern "C" int putenv(const char*);
+#endif
+
void Fl::background(uchar r, uchar g, uchar b) {
// replace the gray ramp so that FL_GRAY is this color
@@ -313,5 +317,5 @@ int Fl::reload_scheme() {
//
-// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.10 2002/05/16 12:47:43 easysw Exp $".
+// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.11 2002/07/17 06:09:26 matthiaswm Exp $".
//