]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Add new command-line utility, fc-cat, to convert fonts.cache-2 files into
[fontconfig.git] / fontconfig / fontconfig.h
index b967580b6e9c4563ed914d7798c77ce51f12e74d..b1175682ce22803734bbf686488d109e8fe17f45 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       3
-#define FC_REVISION    2
+#define FC_REVISION    90
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -96,7 +96,6 @@ typedef int           FcBool;
 #define FC_CAPABILITY       "capability"       /* String */
 #define FC_FONTFORMAT      "fontformat"        /* String */
 #define FC_EMBOLDEN        "embolden"          /* Bool - true if emboldening needed*/
-#define FC_RENDER          "render"            /* Bool */
 
 #define FC_DIR_CACHE_FILE          "fonts.cache-"FC_CACHE_VERSION
 #define FC_USER_CACHE_FILE         ".fonts.cache-"FC_CACHE_VERSION