diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-05-09 09:19:17 +0100 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-05-09 09:19:17 +0100 |
commit | b28369bd805d8096ac3b417db0c9a1519cd241c0 (patch) | |
tree | 3dba4f6d3667c59d769e78ead3309905b8c8396a /src/html_common.hh | |
parent | 6d6b86b1ea3b6706d3c9c9ac4aecbe25c4c4fb69 (diff) |
[mq]: replace-DW2TB-with-HT2TB
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 36c6a464..c63b9d97 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -19,8 +19,8 @@ * Macros */ -// Dw to Textblock -#define DW2TB(dw) ((Textblock*)dw) +// "html struct" to Textblock +#define HT2TB(html) ((Textblock*)(html->dw)) // "html struct" to "Layout" #define HT2LT(html) ((Layout*)html->bw->render_layout) // "Image" to "Dw Widget" |