ref: cad11476fe5b30302edaa4574c24f9d36d4c3437
parent: be1a8da313c3d83c454bbb5afee8e8758a073b82
author: Graham Asher <[email protected]>
date: Tue Jan 14 11:00:32 EST 2003
Noted addition of 'const' to the first argument to FT_Matrix_Multiply.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-14 Graham Asher <[email protected]>
+ * /include/freetype/ftglyph.h, /src/base/ftglyph.c
+ Added 'const' to the type of the first argument to FT_Matrix_Multiply,
+ which isn't changed - this adds documentation and convenience.
+
2003-01-13 Graham Asher <[email protected]>
* src/sfnt/ttload.c (tt_face_load_metrics)