[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ftraster.c patch?
From: |
Just van Rossum |
Subject: |
ftraster.c patch? |
Date: |
Thu, 13 Jan 2000 19:15:41 +0100 |
David et al,
I just fetched the latest ftraster.c by CVS, but it doesn't contain the patch I
submitted a while back to make it work in standalone mode. Here it is again,
minus the ftraster.h suggestion I made, just in case that was the reason it
wasn't accepted:
cvs -z9 -q diff ftraster.c (in directory DevDev:PyPy:freetype2:src:base:)
Index: ftraster.c
===================================================================
RCS file: /cvsroot/freetype2/src/base/ftraster.c,v
retrieving revision 1.5
diff -r1.5 ftraster.c
2166,2167c2166,2167
< int FT_Decompose_Outline( FT_Outline* outline,
< FT_Raster_Funcs* interface,
---
> static int FT_Decompose_Outline( FT_Outline* outline,
> FT_Outline_Funcs* interface,
2186c2186
< PByte flags;
---
> char* flags;
Just
- ftraster.c patch?,
Just van Rossum <=