Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 457 Bytes

File metadata and controls

32 lines (18 loc) · 457 Bytes

NAME

ScreenToBack -- Send the specified screen to the back of the display.

SYNOPSIS

    ScreenToBack( Screen )
                  A0

    VOID ScreenToBack( struct Screen * );

Links: Screen Screen

FUNCTION

Sends the specified screen to the back of the display.

INPUTS

Screen = pointer to a Screen structure

RESULT None

BUGS

SEE ALSO

ScreenToFront