summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 79e4586..0bcbe33 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -67,7 +67,7 @@ enum {
NO_OPEN_QUOTE, NO_CLOSE_QUOTE, ATTR, COUNTER, COUNTERS, CROSSHAIR,
DEFAULT, POINTER, MOVE, E_RESIZE, NE_RESIZE, NW_RESIZE, N_RESIZE,
SE_RESIZE, SW_RESIZE, S_RESIZE, W_RESIZE, TEXT, WAIT, HELP, PROGRESS,
- SERIF, SANS_SERIF, CURSIVE, FANTASY, MONOSPACE,
+ SERIF, SANS_SERIF, CURSIVE, FANTASY, MONOSPACE, MALE, FEMALE, CHILD,
LAST_KNOWN
};
@@ -345,6 +345,9 @@ static struct {
{ "cursive", SLEN("cursive") },
{ "fantasy", SLEN("fantasy") },
{ "monospace", SLEN("monospace") },
+ { "male", SLEN("male") },
+ { "female", SLEN("female") },
+ { "child", SLEN("child") }
};
#endif