]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Use locale data set FC_LANG by default. Reorder FcPattern and FcValueList
[fontconfig.git] / src / fcint.h
index 777b214e7fdd5e233af0a0fa8becb3f79c1acb6b..750b19ca27d9ea03569e6958aa3d04ef6c81d72f 100644 (file)
@@ -88,8 +88,8 @@ typedef enum _FcValueBinding {
 
 typedef struct _FcValueList {
     struct _FcValueList    *next;
-    FcValueBinding         binding;
     FcValue                value;
+    FcValueBinding         binding;
 } FcValueList;
 
 typedef struct _FcPatternElt {
@@ -100,8 +100,8 @@ typedef struct _FcPatternElt {
 struct _FcPattern {
     int                    num;
     int                    size;
-    int                    ref;
     FcPatternElt    *elts;
+    int                    ref;
 };
 
 typedef enum _FcOp {