summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-11-15 01:52:20 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-11-15 01:52:20 +0000
commit0789a8a18e999cd56d278fa5f1fcf5f9e9ca7c36 (patch)
tree148be404e80c889bae65073e73432c4c181f38c7 /CHANGES
parent489e8cdd059eafb766293c5487d43a3ac17db382 (diff)
Fix endian problem with fl_read_image() and QuickDraw on Intel-based Macs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5544 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 4b2cf9eb4..1fea9c9ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - fl_read_image() was broken on Intel-based Macs (STR
+ #1490)
- Fl_Progress was using the wrong width to calculate
progress (STR #1492)
- Documentation fixes (STR #1454, STR #1455, STR #1456,