summaryrefslogtreecommitdiff
path: root/src/cmap.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-22 15:35:02 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-22 15:35:02 +0000
commitf5258404959cff3a299c796676b553b843a94355 (patch)
treef6820c57e99b0038b9bc734d7123d536a33af267 /src/cmap.cxx
parent4323f46e2c31bc070036a9923711293f169ffb85 (diff)
Fix all references to '.C' files (now .cxx)
Update Fl_Image() class to track depth and data, so FLUID will be able to use it as the base class. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/cmap.cxx')
-rw-r--r--src/cmap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmap.cxx b/src/cmap.cxx
index 0c635f504..8c196d0f5 100644
--- a/src/cmap.cxx
+++ b/src/cmap.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: cmap.cxx,v 1.4.2.6 2001/05/05 23:39:01 spitzak Exp $"
+// "$Id: cmap.cxx,v 1.4.2.6.2.1 2001/11/22 15:35:01 easysw Exp $"
//
// Colormap generation program for the Fast Light Tool Kit (FLTK).
//
@@ -109,7 +109,7 @@ static short cmap[256][3] = {
// The rest of the colormap is a gray ramp and table, filled in below:
};
-// This is Fl::background from Fl_get_system_colors.C, with modifications:
+// This is Fl::background from Fl_get_system_colors.cxx, with modifications:
#define FL_GRAY_RAMP 32
#define FL_NUM_GRAY 24
@@ -175,5 +175,5 @@ int main() {
}
//
-// End of "$Id: cmap.cxx,v 1.4.2.6 2001/05/05 23:39:01 spitzak Exp $".
+// End of "$Id: cmap.cxx,v 1.4.2.6.2.1 2001/11/22 15:35:01 easysw Exp $".
//