Thanks for noting! I attached cleaned up patch (without commented printf-s and with ability to apply... hopefully, worked for me). On Wed, 16 Apr 2003, Chris Palmer wrote:
madis writes:
Tried to enable font tag size/face support and discovered that this made loading sites slow since same fonts were queried, dropped and requeried many times from X server. So here is a patch which makes Dw_style not drop any fonts from fonts_table hashmap until Dw_style_cleanup_fonts is called (from Html_close, when page rendering is finished) and enables support for font tags size and face attributes.
Your patch was broken. It has some changes to html.c, but the diff is not marked that way, so patch died on it.
Also, many of the added lines are commented out.
Attached is a diff which should apply cleanly, and result in a compile-able source tree.
It was too broken to fix, you had ended up with some code belonging to html.c in dw_style.h...