summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-15 23:20:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-15 23:20:51 +0000
commitedb211809826317d81639f35a3e261f7e4bcab4f (patch)
treee5d4d607491d49615f6c467cf75843da1656b9b6 /CHANGES
parent1f39ef03234c876f8d77353883664eca6b0ceee0 (diff)
Fixed drawing of antialiased text - uchar color value * 0x0101 was
getting truncated to a uchar, so we cast r, g, and b to int first... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5dbfec3e2..1eba54f79 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.0
+ - Fixed colors used when drawing antialiased text using
+ Xft.
- Fl_Preferences::makePath() now uses access() instead
of stat() when checking to see if the destination
directory already exists.