summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-16 22:27:52 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-16 22:27:52 +0000
commitbf870685d4fd3b9ce470064e6d35f87126689e2a (patch)
tree1f95e8f320f9aa8ab142b8a18bfd428832ef4601
parentca41e69c27af0dee60b8186d06f5be0713d1a051 (diff)
Removed extra "events" target from enumerations.html.
Added missing #include <FL/Enumerations.H> to Fl_XColor.H. git-svn-id: file:///fltk/svn/fltk/trunk@279 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/enumerations.html2
-rw-r--r--src/Fl_XColor.H5
2 files changed, 4 insertions, 3 deletions
diff --git a/documentation/enumerations.html b/documentation/enumerations.html
index 4fe408d27..a2538c631 100644
--- a/documentation/enumerations.html
+++ b/documentation/enumerations.html
@@ -14,7 +14,7 @@ constants:
<LI><TT>FL_VERSION</TT> - A combined floating-point version number for
the major and minor release numbers, currently 1.0. </LI>
</UL>
-<H2><a name=events>Events</H2>
+<H2>Events</H2>
Events are identified by an <TT>Fl_Event</TT> enumeration value. The
following events are currently defined:
<UL>
diff --git a/src/Fl_XColor.H b/src/Fl_XColor.H
index ba3c041d2..0ac68cde1 100644
--- a/src/Fl_XColor.H
+++ b/src/Fl_XColor.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_XColor.H,v 1.5 1999/02/16 21:59:51 mike Exp $"
+// "$Id: Fl_XColor.H,v 1.6 1999/02/16 22:27:52 mike Exp $"
//
// X-specific color definitions for the Fast Light Tool Kit (FLTK).
//
@@ -24,6 +24,7 @@
//
#include <config.h>
+#include <FL/Enumerations.H>
// one of these for each color in fltk's "colormap":
// if overlays are enabled, another one for the overlay
@@ -39,5 +40,5 @@ extern FL_EXPORT unsigned char fl_redmask, fl_greenmask, fl_bluemask;
extern FL_EXPORT int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift;
//
-// End of "$Id: Fl_XColor.H,v 1.5 1999/02/16 21:59:51 mike Exp $".
+// End of "$Id: Fl_XColor.H,v 1.6 1999/02/16 22:27:52 mike Exp $".
//