summaryrefslogtreecommitdiff
path: root/include/libcss/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 07:56:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 07:56:31 +0000
commit1e5dee524f9fbff6c811dba66ff404882b02b900 (patch)
tree51147d8036b9307de71495bab1956230370895a8 /include/libcss/stylesheet.h
parent5af318eebe18cbac3eed9b860fcf997850ad9259 (diff)
downloadlibcss-1e5dee524f9fbff6c811dba66ff404882b02b900.tar.gz
libcss-1e5dee524f9fbff6c811dba66ff404882b02b900.tar.bz2
Mechanism for the client to select the language level.
svn path=/trunk/libcss/; revision=5436
Diffstat (limited to 'include/libcss/stylesheet.h')
-rw-r--r--include/libcss/stylesheet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libcss/stylesheet.h b/include/libcss/stylesheet.h
index 30be5ae..de4770e 100644
--- a/include/libcss/stylesheet.h
+++ b/include/libcss/stylesheet.h
@@ -17,7 +17,8 @@
typedef css_error (*css_import_handler)(void *pw, const char *url,
css_stylesheet *sheet);
-css_stylesheet *css_stylesheet_create(const char *url, const char *title,
+css_stylesheet *css_stylesheet_create(css_language_level level,
+ const char *url, const char *title,
css_origin origin, uint32_t media,
css_import_handler import_callback, void *import_pw,
css_alloc alloc, void *alloc_pw);