summaryrefslogtreecommitdiff
path: root/documentation/intro.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-03-10 20:18:38 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-03-10 20:18:38 +0000
commitb5f85fd9d681a5cbbbc022bf0b2b23ba7eeeb41b (patch)
treefabbf60ce1313dc8f7ead592b36c94096503eb79 /documentation/intro.html
parentce193d0ec51aad8c8feb525f46d6ec5869e52ef9 (diff)
Changed PostScript output to Level 1 for maximum compatibility.
Fixed some more typos and formatting problems. git-svn-id: file:///fltk/svn/fltk/trunk@415 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/intro.html')
-rw-r--r--documentation/intro.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/intro.html b/documentation/intro.html
index b782090a5..1e827babf 100644
--- a/documentation/intro.html
+++ b/documentation/intro.html
@@ -65,9 +65,8 @@ library, though, and has started being included on Linux distributions.
<UL>
<LI>sizeof(Fl_Widget) == 40 to 48.</LI>
<LI>The &quot;core&quot; (the &quot;hello&quot; program compiled &amp; linked with a static
-FLTK library using gcc on a 486 and then stripped) is 39.5K.</LI>
-<LI>A program including every widget is less than 108K. Does not use
- macros, templates, multiple inheritance, or exceptions.</LI>
+FLTK library using gcc on a 486 and then stripped) is 110K.</LI>
+<LI>The FLUID program (which includes every widget) is 372k.
<LI>Written directly atop Xlib (or WIN32) for maximum speed, and
carefully optimized for code size and performance.</LI>
<LI>Precise low-level compatability between the X11 and WIN32 version