comparison examples/menu/main.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 26c302b47de1
children
comparison
equal deleted inserted replaced
1420:41190d180b97 1421:84368f4bc988