From b28369bd805d8096ac3b417db0c9a1519cd241c0 Mon Sep 17 00:00:00 2001 From: Jeremy Henty Date: Sat, 9 May 2009 09:19:17 +0100 Subject: [mq]: replace-DW2TB-with-HT2TB --- src/html_common.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/html_common.hh') 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" -- cgit v1.2.3