comparison src/redraw_man.c @ 1421:84368f4bc988

Fix issue of rdman->w and rdman->h always being zeor. It is reported by wycc in mailing list. w and h of rdman are assigned before rdman being initialized. But, initialization would clear full block of memory. So, they should be assigned after initialization.
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 08 Apr 2011 09:47:00 +0800
parents 0afd598a0b30
children e5b3d68d0b05
comparison
equal deleted inserted replaced
1420:41190d180b97 1421:84368f4bc988