[cairo-commit] cairo ChangeLog,1.758,1.759
Owen Taylor
commit at pdx.freedesktop.org
Thu Jul 21 18:12:23 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv28680
Modified Files:
ChangeLog
Log Message:
2005-07-21 Owen Taylor <otaylor at redhat.com>
* src/cairo-ft-font.c: The FT_LOAD_TARGET_* flags aren't separate
bitfields, but rather an embedded subfield, so test with
FT_LOAD_TARGET_MODE (val->key.flags) == FT_RENDER_LCD, and similar.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.758
retrieving revision 1.759
diff -u -d -r1.758 -r1.759
--- ChangeLog 21 Jul 2005 21:31:28 -0000 1.758
+++ ChangeLog 22 Jul 2005 01:12:21 -0000 1.759
@@ -1,3 +1,9 @@
+2005-07-21 Owen Taylor <otaylor at redhat.com>
+
+ * src/cairo-ft-font.c: The FT_LOAD_TARGET_* flags aren't separate
+ bitfields, but rather an embedded subfield, so test with
+ FT_LOAD_TARGET_MODE (val->key.flags) == FT_RENDER_LCD, and similar.
+
2005-07-21 Keith Packard <keithp at keithp.com>
reviewed by: cworth, otaylor
More information about the cairo-commit
mailing list