From: Keith Packard Date: Sun, 30 Jun 2002 23:45:17 +0000 (+0000) Subject: Add FC_LANG_UNKNOWN (needed by auto lang-detecting fcfreetype.c) X-Git-Tag: fcpackage_rc1~29 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bdcdaceda4154ea6aaed224d3bf62a578a1f6986;p=fontconfig.git Add FC_LANG_UNKNOWN (needed by auto lang-detecting fcfreetype.c) --- 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,