summaryrefslogtreecommitdiff
path: root/src/fcint.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-07-31 01:36:37 +0000
committerKeith Packard <keithp@keithp.com>2002-07-31 01:36:37 +0000
commit6fff2cda0ad09dfc84df2a70e95258b9dd28160b (patch)
treea99c2d0e7f8a3143b4c181d3de55a670af6cb20d /src/fcint.h
parent327a7fd491f17f23e37e260f8d74397e2ef933aa (diff)
Add binding property to edit element
Diffstat (limited to 'src/fcint.h')
-rw-r--r--src/fcint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fcint.h b/src/fcint.h
index 4e67599..d80e312 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -151,6 +151,7 @@ typedef struct _FcEdit {
const char *field;
FcOp op;
FcExpr *expr;
+ FcValueBinding binding;
} FcEdit;
typedef struct _FcSubst {
@@ -515,7 +516,7 @@ void
FcExprDestroy (FcExpr *e);
FcEdit *
-FcEditCreate (const char *field, FcOp op, FcExpr *expr);
+FcEditCreate (const char *field, FcOp op, FcExpr *expr, FcValueBinding binding);
void
FcEditDestroy (FcEdit *e);