From 25b6e93c44fabf3ed7059c538fbe877b0f1bb44c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 2 Mar 2016 08:00:41 +0000 Subject: [PATCH] Mention fix for fl_draw_image() on the Mac. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11264 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 83058f1a9..fd585d916 100644 --- a/CHANGES +++ b/CHANGES @@ -160,6 +160,8 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? 2016 - Fixed a potential hangup of the Fl::awake() queue under Windows if a window is resized or moved while the Fl::awake() message is sent (STR #3143). + - Fixed a regression under Mac OS X: restore the possibility to call + fl_draw_image(buf,X,Y,W,H,D,L) with negative D and/or L arguments. CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014