summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-04-27 15:51:21 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-04-27 15:51:21 +0000
commit5a8e28d30b0b69d870e68b4d461a1914728a2cbe (patch)
tree1bc5a0f9c58f8119e986240efd4ed7293dbf894c /CHANGES
parentdb7af4a8eb3186b85063b320305b96320370a70b (diff)
Fluid printing used wrong colors under Windows (STR #2195)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6784 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e00ac7b8f..4cddc8a63 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.3.0
+ - Fluid printing used wrong colors under Windows (STR #2195)
- Updated documentation for Fl_Input_
- Fixed fl_draw_image to obey the alpha channel, hoping that
this has no adverse effect on existing software (OS X only)