]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Move FcAlign to fcint.h
[fontconfig.git] / src / fcint.h
index 1691dda58ed6ab5d314fd47bfae8dd639cbbf080..767a742a314ae52ceb3e60a9f7b65c3be4b4ad1c 100644 (file)
@@ -351,6 +351,14 @@ struct _FcCache {
 
 #define FC_SERIALIZE_HASH_SIZE 8191
 
+typedef union _FcAlign {
+    double     d;
+    int                i;
+    intptr_t   ip;
+    FcBool     b;
+    void       *p;
+} FcAlign;
+
 typedef struct _FcSerializeBucket {
     struct _FcSerializeBucket *next;
     const void *object;