Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

ReleaseGIRPort

Release a custom gadget RastPort.

Declaration

Source position: intuition.pas line 4151

procedure ReleaseGIRPort(

  rp: pRastPort

);

Arguments

rp

  

A pointer to the RastPort returned by ObtainGIRPort(). This pointer can be nil, in which case nothing happens.

Description

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

See also

ObtainGIRPort

  

Set up a RastPort for a custom gadget.


Documentation generated on: 2021-07-30