diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-10 19:56:36 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-10 19:56:36 +0100 |
commit | fb551355dfb2f49d56cdaab8a55ed3cb00ec7dc8 (patch) | |
tree | cfeb5ea081e99b037b0f50ea3dfc51f166958828 /src/html_common.hh | |
parent | b70459d1949191d86f3e420985c4b3dedc85f81a (diff) |
convert table code to new style handling
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index aa468522..3468ba89 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -114,8 +114,7 @@ struct _DilloLinkImage { }; struct _DilloHtmlState { -// dw::core::style::Style *style, *table_cell_style; - dw::core::style::Style *table_cell_style; + CssPropertyList *table_cell_props; DilloHtmlParseMode parse_mode; DilloHtmlTableMode table_mode; bool cell_text_align_set; @@ -273,7 +272,7 @@ void a_Html_tag_set_align_attr(DilloHtml *html, CssPropertyList *props, const char *tag, int tagsize); bool a_Html_tag_set_valign_attr(DilloHtml *html, const char *tag, int tagsize, - dw::core::style::StyleAttrs *style_attrs); + CssPropertyList *props); void a_Html_set_top_font(DilloHtml *html, const char *name, int size, int BI, int BImask); |