summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-12 13:07:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-12 13:07:48 +0000
commit2a871b7b632aa1899feb95fad2c33f9874cfe675 (patch)
tree4703038960cb2147b067be90856fc11a2f43b949 /src/stylesheet.h
parentc4d6ab4cbf8611ef4ebde04b1cc58ea49d8657ec (diff)
downloadlibcss-2a871b7b632aa1899feb95fad2c33f9874cfe675.tar.gz
libcss-2a871b7b632aa1899feb95fad2c33f9874cfe675.tar.bz2
Synchronise media type bitfield with reality -- it's 64bits wide.
svn path=/trunk/libcss/; revision=6453
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index fc74198..f1fb3fb 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -156,7 +156,7 @@ struct css_stylesheet {
char *title; /**< Title of this sheet */
css_origin origin; /**< Origin of stylesheet */
- uint32_t media; /**< Bitfield of media types */
+ uint64_t media; /**< Bitfield of media types */
void *ownerNode; /**< Owning node in document */
css_rule *ownerRule; /**< Owning rule in parent */