From edb211809826317d81639f35a3e261f7e4bcab4f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 15 May 2002 23:20:51 +0000 Subject: 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 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') 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. -- cgit v1.2.3