Docs » Autodocs » intuition.library » ReleaseGIRPort
ReleaseGIRPort -- Release a custom gadget RastPort. (V36)
ReleaseGIRPort( RPort ) A0 VOID ReleaseGIRPort( struct RastPort * );
The corresponding function to ObtainGIRPort(), it releases arbitration used by Intuition for gadget RastPorts.
Pointer to the RastPort returned by ObtainGIRPort(). This pointer can be NULL, in which case nothing happens.
None
ObtainGIRPort(), Custom Gadget documentation
|