summaryrefslogtreecommitdiff
path: root/documentation/intro.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-03-15 18:57:07 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-03-15 18:57:07 +0000
commita73c7f58e6a0bb4b4eab922396500c25c118a18b (patch)
tree7b846ad94ede2aa3e46c1401dd6758562add7e00 /documentation/intro.html
parentaf5190b95f6b4eb16c028aeb9620f5ebcfe4a0ec (diff)
Documentation updates for 1.0.8.
FLUID GUI tweeks (OK and Cancel use now consistent, spacing now consistent, Courier font for code, etc.) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/intro.html')
-rw-r--r--documentation/intro.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/intro.html b/documentation/intro.html
index 1e827babf..19b9ca680 100644
--- a/documentation/intro.html
+++ b/documentation/intro.html
@@ -73,8 +73,6 @@ carefully optimized for code size and performance.</LI>
(only about 10% of the code is different).</LI>
<LI>Interactive user interface builder program. Output is
human-readable and editable C++ source code.</LI>
-<LI>Support for the X11 double buffering extension (emulation if not
-available and under Windows.)</LI>
<LI>Support for X11 overlay hardware (emulation if none and under
WIN32.)</LI>
<LI>Very small &amp; fast portable 2-D drawing library to hide Xlib and