summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-15 19:42:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-15 19:42:34 +0000
commit33f05fa72a6a33fc072963f0523a8a1951716c10 (patch)
tree48ff5f3988a7a5dd7647775252b625ed6851f11d /CHANGES
parente217ac0564bea7d20ca69beaad13164e799d8243 (diff)
Fix loading of old BMP files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5dcf3e485..b79f574fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.0
+ - Fl_BMP_Image now supports older BMP files with the 12
+ byte header.
- Optimized the redrawing of tabs and radio/check
buttons when the keyboard focus changes.
- More tooltip fixes.