diff options
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). */ |