(draw_polygon_init): New. Used to improve rendering performance by initializing
the variables that are not change each time draw_polygon_shape() is
called. The values are stored in a global struct draw_info.
(draw_polygon_shape): Removed initialization code that is now in
draw_polygon_init().
|