X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;h=69187300aa39afc894bc2ac4265c7f71d9d930d6;hb=6f6563edb5eb0fc22b338101b82bd8b7db438e3a;hp=d0dcf6a662a3c74fa3058fa4e76325894d3eb2fa;hpb=06a48f20739580338e69547c9896c539abf000dd;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index d0dcf6a..6918730 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -1,5 +1,5 @@ /* - * $XFree86: xc/lib/fontconfig/src/fcint.h,v 1.12 2002/05/31 23:21:25 keithp Exp $ + * $XFree86: xc/lib/fontconfig/src/fcint.h,v 1.13 2002/06/03 08:31:15 keithp Exp $ * * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. * @@ -94,13 +94,14 @@ typedef struct _FcValueList { typedef struct _FcPatternElt { const char *object; - FcValueList *values; + FcValueList *values; } FcPatternElt; struct _FcPattern { int num; int size; - FcPatternElt *elts; + int ref; + FcPatternElt *elts; }; typedef enum _FcOp { @@ -134,7 +135,7 @@ typedef struct _FcExpr { } FcExpr; typedef enum _FcQual { - FcQualAny, FcQualAll + FcQualAny, FcQualAll, FcQualFirst, FcQualNotFirst } FcQual; typedef struct _FcTest {