|
||
void screen_push ( void *screen )
void *screen; // address of saved screen
|
|
|
Synopsis |
#include "silver.h"
The screen_push function pushes a pointer to a saved screen rectangle, onto the stack of saved screen rectangles.
|
|
Parameters |
screen is a pointer to a saved screen rectangle, as obtained by screen_pop , cast to a void pointer.
|
|
Return Value |
none.
|
|
See Also |
|
|
|
|