From 2f5753d607a93c8ae18aab3dd675b111af7d879d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Jul 2009 12:59:37 +0000 Subject: Query client for initial values of color, font-family, quotes, and voice-family properties. svn path=/trunk/libcss/; revision=8306 --- include/libcss/properties.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/libcss/properties.h') diff --git a/include/libcss/properties.h b/include/libcss/properties.h index f496bc9..ca36544 100644 --- a/include/libcss/properties.h +++ b/include/libcss/properties.h @@ -305,8 +305,7 @@ enum css_font_family { CSS_FONT_FAMILY_SANS_SERIF = 0x2, CSS_FONT_FAMILY_CURSIVE = 0x3, CSS_FONT_FAMILY_FANTASY = 0x4, - CSS_FONT_FAMILY_MONOSPACE = 0x5, - CSS_FONT_FAMILY_DEFAULT = 0x6 + CSS_FONT_FAMILY_MONOSPACE = 0x5 }; enum css_font_size { @@ -490,8 +489,7 @@ enum css_quotes { CSS_QUOTES_INHERIT = 0x0, /* Consult pointer in struct to determine which */ CSS_QUOTES_STRING = 0x1, - CSS_QUOTES_NONE = 0x1, - CSS_QUOTES_DEFAULT = 0x2 + CSS_QUOTES_NONE = 0x1 }; enum css_right { -- cgit v1.2.3