Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ dglclose(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



dglclose(3G)                                                      dglclose(3G)



NAME
     dglclose - closes the DGL server connection

C SPECIFICATION
     void dglclose(sid)
     long sid;

PARAMETERS
     sid   expects the identifier of the server you want to close.  If sid is
           negative, then all graphics server connections are closed.  Server
           identifiers are returned by dglopen.

DESCRIPTION
     dglclose closes the connection to the graphics server associated with the
     server identifier sid, killing the Distributed Graphics Library (DGL)
     server process and all its windows.  If sid is negative, then all
     graphics server connections are closed. Call dglclose after gexit or when
     the graphics server is no longer needed.  Closing the connection frees up
     resources on the graphics server.

     After a connection is closed, there is no current graphics window and no
     current graphics server.  Calling any routines other than dglopen,
     dglclose or routines that take graphics window identifiers as input
     parameters will result in an error.

SEE ALSO
     dglopen




























                                                                        Page 1



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