Next Prev Up

2.2 Opening the Display

The open-display function is used to open a connection to an X server.


open-display host &key :display :protocol Function
     
host
Specifies the name of the host machine on which the server executes. A string must be acceptable as a host , but otherwise the possible types are not constrained and will likely be very system dependent.
:display
An integer that specifies which display device on the host should be used for this connection. This is needed since multiple displays can be controlled by a single X server. The default is display 0 (zero).
:protocol
A keyword argument that specifies which network protocol should be used for connecting to the server (for example, :tcp, :dna, or :chaos). The set of possible values and the default value are implementation specific.
Returns a display that serves as the connection to the X server and contains all the information about that X server.
display
Type display.

Next Prev Up
© 1988, 1989 Texas Instruments Incorporated
Conversion to HTML made by Gilbert Baumann.
Last build: Tue Dec 16 23:30:42 1997