summaryrefslogtreecommitdiff
path: root/src/fl_cmap.h
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-02-20 16:24:11 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-02-20 16:24:11 +0000
commit45026bbd8f71e9cd7662c5904170950c37116eb6 (patch)
tree6ee610844e6dec74f6ac0b6c8fe0dedbe0b0244d /src/fl_cmap.h
parent07ad8383ed0e958ef5f0533cf2867ec26caa24f0 (diff)
Document creation of src/fl_cmap.h with src/cmap.cxx.
This is only for developer info. Note: cmap.cxx is not included in the library. It is only used to generate fl_cmap.h. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11200 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_cmap.h')
-rw-r--r--src/fl_cmap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fl_cmap.h b/src/fl_cmap.h
index 3b05ee7cf..9bc910cd7 100644
--- a/src/fl_cmap.h
+++ b/src/fl_cmap.h
@@ -1,3 +1,10 @@
+//
+// "$Id$"
+//
+// DO NOT EDIT THIS FILE !
+//
+// This file must be created with "src/cmap.cxx".
+//
0x00000000,
0xff000000,
0x00ff0000,
@@ -254,3 +261,6 @@
0xffb6ff00,
0xffdaff00,
0xffffff00
+//
+// End of "$Id$".
+//