From c704b6ad8ebd3c39973f9101520b66c41b1551dd Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 8 Sep 2003 17:30:06 +0000 Subject: [PATCH] Add implementation for fl_read_image() on OSX (STR #161) Update changelog and announcement. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3096 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ANNOUNCEMENT | 4 ++ CHANGES | 2 + src/fl_read_image_mac.cxx | 85 +++++++++++++++++++++++++++++++++++++-- 3 files changed, 88 insertions(+), 3 deletions(-) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 90ec74704..2dabb21ae 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -32,6 +32,8 @@ exceptions that allow for static linking. Changes since FLTK 1.1.3 include: + - The fl_read_image() function was not implemented on + OSX (STR #161) - VC++ 7.1 didn't like how the copy operators were disabled for the Fl_Widget class; now include inline code which will never be used but makes VC++ happy @@ -265,6 +267,8 @@ exceptions that allow for static linking.