[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

ReleaseGIRPort

Release a custom gadget RastPort.

Declaration

Source position: intuition.pas line 3281

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: 2017-01-10