diff options
| author | Vishal Agarwal <vishalagarwal.jiit@gmail.com> | 2017-09-02 16:34:08 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2017-09-02 16:34:08 +0000 |
| commit | f4cd41d6a53518399d442c4dd730faa100dba16e (patch) | |
| tree | 13592f0b5a77d9eb2d171f535a261612704fd72a /src/libcroco/cr-term.h | |
| parent | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ... (diff) | |
| download | inkscape-f4cd41d6a53518399d442c4dd730faa100dba16e.tar.gz inkscape-f4cd41d6a53518399d442c4dd730faa100dba16e.zip | |
Implement CSS 3 pseudo selectors. GSoC project 2017.
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. */ |
