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
This commit is contained in:
Manolo Gouy
2016-03-02 08:00:41 +00:00
parent 35010115c9
commit 25b6e93c44
+2
View File
@@ -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