diff options
author | jcid <devnull@localhost> | 2008-09-26 16:37:38 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-26 16:37:38 +0200 |
commit | ecb7f90eea54121a8fc99d9d3c2cd9579b22e32b (patch) | |
tree | e75dd7d6272465f73e4af0675f48dfa320510c76 /src/html_common.hh | |
parent | f0eaf18f7bf51913b8e10c98ee92c69e6fff6a30 (diff) |
- reverted all of the style->backgroundColor to current_bg_color
- Fixed table_cell_style's backgroundColor when TR specifies one.
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index d7b02b8e..c694123e 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -124,6 +124,10 @@ struct _DilloHtmlState { /* This is used to align list items (especially in enumerated lists) */ dw::core::Widget *ref_list_item; + /* This makes image processing faster than a function + a_Dw_widget_get_background_color. */ + int32_t current_bg_color; + /* This is used for list items etc; if it is set to TRUE, breaks have to be "handed over" (see Html_add_indented and Html_eventually_pop_dw). */ |