summaryrefslogtreecommitdiff
path: root/src/select/dispatch.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-04 12:59:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-04 12:59:37 +0000
commit2f5753d607a93c8ae18aab3dd675b111af7d879d (patch)
treef9c2f35073806f433a1520ec2d64cbbcb2d9fc1d /src/select/dispatch.h
parent39a51ce203672ead9e526592f4d35bdef5e5c728 (diff)
downloadlibcss-2f5753d607a93c8ae18aab3dd675b111af7d879d.tar.gz
libcss-2f5753d607a93c8ae18aab3dd675b111af7d879d.tar.bz2
Query client for initial values of color, font-family, quotes, and voice-family properties.
svn path=/trunk/libcss/; revision=8306
Diffstat (limited to 'src/select/dispatch.h')
-rw-r--r--src/select/dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/dispatch.h b/src/select/dispatch.h
index e38a89d..a824d5e 100644
--- a/src/select/dispatch.h
+++ b/src/select/dispatch.h
@@ -32,7 +32,7 @@ extern struct prop_table {
css_select_state *state);
css_error (*set_from_hint)(const css_hint *hint,
css_computed_style *style);
- css_error (*initial)(css_computed_style *style);
+ css_error (*initial)(css_select_state *state);
css_error (*compose)(const css_computed_style *parent,
const css_computed_style *child,
css_computed_style *result);