From a57c4f03cc819c7eb2d5727157870e2aee947537 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 26 Jun 2009 19:49:46 +0000 Subject: Support for parsing inline styles svn path=/trunk/libcss/; revision=8024 --- src/stylesheet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stylesheet.h') diff --git a/src/stylesheet.h b/src/stylesheet.h index 1fab87e..f3b2079 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -173,6 +173,8 @@ struct css_stylesheet { bool quirks_allowed; /**< Quirks permitted */ bool quirks_used; /**< Quirks actually used */ + bool inline_style; /**< Is an inline style */ + css_allocator_fn alloc; /**< Allocation function */ void *pw; /**< Private word */ }; -- cgit v1.2.3