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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index d9007fd..79e4586 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -67,6 +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,
LAST_KNOWN
};
@@ -339,6 +340,11 @@ static struct {
{ "wait", SLEN("wait") },
{ "help", SLEN("help") },
{ "progress", SLEN("progress") },
+ { "serif", SLEN("serif") },
+ { "sans-serif", SLEN("sans-serif") },
+ { "cursive", SLEN("cursive") },
+ { "fantasy", SLEN("fantasy") },
+ { "monospace", SLEN("monospace") },
};
#endif