From bdcdaceda4154ea6aaed224d3bf62a578a1f6986 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 30 Jun 2002 23:45:17 +0000 Subject: [PATCH] Add FC_LANG_UNKNOWN (needed by auto lang-detecting fcfreetype.c) --- fontconfig/fontconfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h index c270420..f5287d5 100644 --- a/fontconfig/fontconfig.h +++ b/fontconfig/fontconfig.h @@ -1,5 +1,5 @@ /* - * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.16 2002/06/03 08:31:15 keithp Exp $ + * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.18 2002/06/19 20:08:22 keithp Exp $ * * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc. * @@ -139,6 +139,7 @@ typedef int FcBool; #define FC_LANG_ARABIC_ASMO_708 "arabicasmo708" /* 61 */ #define FC_LANG_WE_LATIN_1 "welatin1" /* 62 */ #define FC_LANG_US "us" /* 63 */ +#define FC_LANG_UNKNOWN "unknown" /* none of the above */ typedef enum _FcType { FcTypeVoid, -- 2.39.2