Function: GgiSetDisplay Purpose: Override Ggi's default display name Category: USER-INTERFACE, SYSTEM File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" char *name GgiSetDisplay(name); name - specifies the display, e.g. "kapteyn:0.0" Description: GgiSetDisplay must be called before any element is created. If GgiSetDisplay() is not called, or if it is called with a NULL or empty string argument, the default display from the DISPLAY environment variable is used. Updates: Jan 10, 2001: JPT, Document created.