summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-01-20 10:11:02 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-01-20 10:11:02 +0000
commit659b9055377b8a638a645d929088883facb78181 (patch)
tree3de01793abb8ce59873dba8119ba52b19fd034b1
parent6a50bef84ae6a0a67e03ac1356f8d85d15fe09d6 (diff)
downloadlibcss-659b9055377b8a638a645d929088883facb78181.tar.gz
libcss-659b9055377b8a638a645d929088883facb78181.tar.bz2
fix cursor cascade
svn path=/trunk/libcss/; revision=11410
-rw-r--r--src/select/properties/cursor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/properties/cursor.c b/src/select/properties/cursor.c
index 5075fa4..42d1900 100644
--- a/src/select/properties/cursor.c
+++ b/src/select/properties/cursor.c
@@ -28,8 +28,8 @@ css_error cascade_cursor(uint32_t opv, css_style *style,
lwc_string *uri;
lwc_string **temp;
- uri = *((lwc_string **) style->bytecode);
- advance_bytecode(style, sizeof(uri));
+ css_stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &uri);
+ advance_bytecode(style, sizeof(css_code_t));
temp = state->computed->alloc(uris,
(n_uris + 1) * sizeof(lwc_string *),