Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 651 Bytes

ReleaseGIRPort.md

File metadata and controls

34 lines (20 loc) · 651 Bytes

NAME

ReleaseGIRPort -- Release a custom gadget RastPort. (V36)

SYNOPSIS

    ReleaseGIRPort( RPort )
                    A0

    VOID ReleaseGIRPort( struct RastPort * );

Links: RastPort

FUNCTION

The corresponding function to ObtainGIRPort, it releases arbitration used by Intuition for gadget RastPorts.

INPUTS

Pointer to the RastPort returned by ObtainGIRPort. This pointer can be NULL, in which case nothing happens.

RESULT None

BUGS

SEE ALSO

ObtainGIRPort, Custom Gadget documentation