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-pseudo.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-pseudo.h')
| -rw-r--r-- | src/libcroco/cr-pseudo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcroco/cr-pseudo.h b/src/libcroco/cr-pseudo.h index 8917da45e..b78435014 100644 --- a/src/libcroco/cr-pseudo.h +++ b/src/libcroco/cr-pseudo.h @@ -27,6 +27,7 @@ #include <glib.h> #include "cr-attr-sel.h" #include "cr-parsing-location.h" +#include "cr-term.h" G_BEGIN_DECLS @@ -47,7 +48,8 @@ struct _CRPseudo { enum CRPseudoType type ; CRString *name ; - CRString *extra ; + CRString *sel_name; + CRTerm *term ; CRParsingLocation location ; } ; |
