]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Switch to RFC 3066 based lang names
[fontconfig.git] / fontconfig / fontconfig.h
index f5287d51d0a3f3a9ffecf9ac40a30c068a697e76..c076d47302cfa9643a817e8ce17f9eff3d5827f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.18 2002/06/19 20:08:22 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.19 2002/06/30 23:45:17 keithp Exp $
  *
  * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -613,6 +613,9 @@ FcPatternHash (const FcPattern *p);
 FcBool
 FcPatternAdd (FcPattern *p, const char *object, FcValue value, FcBool append);
     
+FcBool
+FcPatternAddWeak (FcPattern *p, const char *object, FcValue value, FcBool append);
+    
 FcResult
 FcPatternGet (FcPattern *p, const char *object, int id, FcValue *v);