Function: GgiDisplay Purpose: Obtain the X Window display used by Ggi Category: USER-INTERFACE, SYSTEM File: ggi.src Author: J.P. Terlouw Use: #include "ggidisplay.h" Display *result; result = GgiDisplay(); result - the X Window display used by Ggi Description: GgiDisplay() obtains the X Window display used by Ggi. This information can be useful when elements must be manipulated outside Ggi, which may be the case for canvas elements. Updates: Jan 13, 1998: JPT, Document created.