|
||
void *screen_pop ( void )
|
|
|
Synopsis |
#include "silver.h"
The screen_pop function retrives the top member of the stack of saved screen rectangles.
|
|
Parameters |
none.
|
|
Return Value |
screen_pop returns a pointer to the topmost screen, cast to a void *, if there is one; otherwise screen_pop returns NULL .
|
|
See Also |
|
|
|
|