From 290eabe3e74526d2837c5c3942b8ffeee79ba02a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 10 Jan 2009 15:40:10 +0000 Subject: play-during svn path=/trunk/libcss/; revision=6016 --- src/parse/propstrings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/parse/propstrings.h') diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h index 0bcbe33..382982e 100644 --- a/src/parse/propstrings.h +++ b/src/parse/propstrings.h @@ -68,6 +68,7 @@ enum { 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, MALE, FEMALE, CHILD, + MIX, LAST_KNOWN }; @@ -347,7 +348,8 @@ static struct { { "monospace", SLEN("monospace") }, { "male", SLEN("male") }, { "female", SLEN("female") }, - { "child", SLEN("child") } + { "child", SLEN("child") }, + { "mix", SLEN("mix") } }; #endif -- cgit v1.2.3