From c1f3546185fefe10c4e6585d8aa772a8bea3f26a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 21 Apr 2018 13:53:37 +0100 Subject: Strings: Add 'infinite'. --- src/parse/propstrings.c | 1 + src/parse/propstrings.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/parse') diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c index dc32ce9..3c9401b 100644 --- a/src/parse/propstrings.c +++ b/src/parse/propstrings.c @@ -442,6 +442,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = { { "and", SLEN("and") }, { "or", SLEN("or") }, { "only", SLEN("only") }, + { "infinite", SLEN("infinite") }, { "aliceblue", SLEN("aliceblue") }, { "antiquewhite", SLEN("antiquewhite") }, diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h index 0d5d0be..24b681b 100644 --- a/src/parse/propstrings.h +++ b/src/parse/propstrings.h @@ -101,7 +101,7 @@ enum { AVOID_PAGE, AVOID_COLUMN, BALANCE, HORIZONTAL_TB, VERTICAL_RL, VERTICAL_LR, CONTENT_BOX, BORDER_BOX, STRETCH, INLINE_FLEX, FLEX_START, FLEX_END, SPACE_BETWEEN, SPACE_AROUND, SPACE_EVENLY, ROW, ROW_REVERSE, - COLUMN_REVERSE, WRAP_STRING, WRAP_REVERSE, AND, OR, ONLY, + COLUMN_REVERSE, WRAP_STRING, WRAP_REVERSE, AND, OR, ONLY, INFINITE, /* Named colours */ FIRST_COLOUR, -- cgit v1.2.3