diff options
Diffstat (limited to 'documentation/intro.html')
| -rw-r--r-- | documentation/intro.html | 5 |
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 "core" (the "hello" program compiled & 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 |
