diff options
author | Keith Packard <keithp@keithp.com> | 2002-07-31 01:36:37 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-07-31 01:36:37 +0000 |
commit | 6fff2cda0ad09dfc84df2a70e95258b9dd28160b (patch) | |
tree | a99c2d0e7f8a3143b4c181d3de55a670af6cb20d /src/fcint.h | |
parent | 327a7fd491f17f23e37e260f8d74397e2ef933aa (diff) |
Add binding property to edit element
Diffstat (limited to 'src/fcint.h')
-rw-r--r-- | src/fcint.h | 3 |
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); |