Add --with-links configure option.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3103 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-09-14 14:28:22 +00:00
parent f6769cebc6
commit aed1a91613
2 changed files with 18 additions and 4 deletions
+3
View File
@@ -1,5 +1,8 @@
CHANGES IN FLTK 1.1.5rc1
- Added "--with-links" configure option to control
whether symlinks are created for the FLTK header files
(STR #164)
- Added new hoverdelay() to Fl_Tooltip to control how
quickly recent tooltips appear (STR #126)
- FLUID now sets the size range when a window is shown.