Fl_JPEG_Image did not correctly handle errors reported by the

JPEG library (STR #652)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3946 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2004-12-16 21:38:24 +00:00
parent f912892305
commit 3387edd247
2 changed files with 27 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.7
- Fl_JPEG_Image did not correctly handle errors reported
by the JPEG library (STR #652)
- Fl_Menu now draws sub-menu arrows like other toolkits
and FLTK 2.0 (STR #651)
- Fixed a compiler warning in Fl_Window.H (STR #641)