summaryrefslogtreecommitdiff
path: root/documentation/intro.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-12 15:20:27 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-12 15:20:27 +0000
commita9103714031cedb16b00cd6ce81ef93b04734f08 (patch)
tree5ac186372e3e40efa50efb48dff77afbf0c91f8f /documentation/intro.html
parent0ee1fb7b1b99bae2930c612fb2ac753c5ce9b468 (diff)
Documentation updates, mainly to fix typos, mark constants with TT, and
clean up the osissues.html file for all OS's. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1836 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/intro.html')
-rw-r--r--documentation/intro.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/intro.html b/documentation/intro.html
index ba1af584b..f933c2934 100644
--- a/documentation/intro.html
+++ b/documentation/intro.html
@@ -5,7 +5,7 @@
<P>The Fast Light Tool Kit (&quot;FLTK&quot;, pronounced
&quot;fulltick&quot;) is a LGPL'd C++ graphical user interface
-toolkit for X (UNIX&reg;), OpenGL&reg;, MacOS&reg; X, and
+toolkit for X (UNIX&reg;), OpenGL&reg;, MacOS&reg;, and
Microsoft&reg; Windows&reg;. It was originally developed by Mr.
Bill Spitzak and is currently maintained by a small group of
developers across the world with a central repository in the
@@ -98,12 +98,12 @@ is now included with several Linux distributions.</P>
<LI>The FLUID program (which includes every widget) is
538k.</LI>
- <LI>Written directly atop core libraries (Xlib, WIN32 or Carbon) for maximum
- speed, and carefully optimized for code size and
- performance.</LI>
+ <LI>Written directly atop core libraries (Xlib, WIN32 or
+ Carbon) for maximum speed, and carefully optimized for
+ code size and performance.</LI>
<LI>Precise low-level compatability between the X11,
- WIN32 and MacOS version - only about 10% of the code is
+ WIN32 and MacOS versions - only about 10% of the code is
different.</LI>
<LI>Interactive user interface builder program. Output is
@@ -113,7 +113,7 @@ is now included with several Linux distributions.</P>
is available.</LI>
<LI>Very small &amp; fast portable 2-D drawing library
- to hide Xlib, WIN32 or QuickDraw.</LI>
+ to hide Xlib, WIN32, or QuickDraw.</LI>
<LI>OpenGL/Mesa drawing area widget.</LI>