|
||
void refresh_lines ( void )
|
|
|
Synopsis |
#include "silver.h"
The refresh_lines function redraws all lines that were saved away as a result of calling a paint_ (paint_entiry , paint_primitive) function with that had COLOR_INVERSE or'ed into its color argument. Each line that is drawn is xor'ed back into the screen, thus restoring the original colors. The list of saved lines is deallocated after refresh_lines is finished.
|
|
Parameters |
none.
|
|
Return Value |
none.
|
|
Comments |
If refresh is not desired, then the function clear_away_lines should be used to deallocate the saved list without affecting the screen display.
|
|
See Also |
|
|
|
|