From 51af89dc9d475cf40751eaee8401fbc8a272a0da Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Jan 2009 13:00:33 +0000 Subject: Beginnings of a colour specifier parser. svn path=/trunk/libcss/; revision=6037 --- src/parse/propstrings.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/parse/propstrings.h') diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h index 98fb869..fc7e4c6 100644 --- a/src/parse/propstrings.h +++ b/src/parse/propstrings.h @@ -68,7 +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, UNDERLINE, OVERLINE, LINE_THROUGH, BLINK, + MIX, UNDERLINE, OVERLINE, LINE_THROUGH, BLINK, RGB, LAST_KNOWN }; @@ -353,7 +353,8 @@ static struct { { "underline", SLEN("underline") }, { "overline", SLEN("overline") }, { "line-through", SLEN("line-through") }, - { "blink", SLEN("blink") } + { "blink", SLEN("blink") }, + { "rgb", SLEN("rgb") } }; #endif -- cgit v1.2.3