diff options
Diffstat (limited to 'src/libcroco/cr-term.h')
| -rw-r--r-- | src/libcroco/cr-term.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcroco/cr-term.h b/src/libcroco/cr-term.h index e85867afb..39b9c6a8b 100644 --- a/src/libcroco/cr-term.h +++ b/src/libcroco/cr-term.h @@ -123,6 +123,11 @@ struct _CRTerm } ext_content ; /** + *A flag to indicate if there is an n as in the nth child expression 'an+b'. + */ + gboolean n; + + /** *A spare pointer, just in case. *Can be used by the application. */ |
