From fb551355dfb2f49d56cdaab8a55ed3cb00ec7dc8 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 10 Nov 2008 19:56:36 +0100 Subject: convert table code to new style handling --- src/html_common.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/html_common.hh') 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); -- cgit v1.2.3