Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ noport(3g) — GL2 W2.5r1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

noport()  —  Silicon Graphics

NAME

noport − specifies that a program does not require a graphics port

SPECIFICATION

C
noport()

FORTRAN
subroutine noport

Pascal
procedure noport;

DESCRIPTION

noport specifies that a graphics program does not need screen space, and therefore does not need a graphics port from the window manager.  This is useful for programs that only read or write the color map.  Call noport at the beginning of a graphics program; then call getport to do a graphics initialization. 

The system ignores noport if getport is not called or the window manager is not running. 

SEE ALSO

getport Using mex, the IRIS Window Manager

NOTE

This routines is available only in immediate mode. 

Version 2.5r1  —  October 29, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026