_________________________________________________________________
NAME
Tcm_MakeDisplay, Tcm_Display - access to X Display.
SYNOPSIS
#include "tcm.h"
int
Tcm_MakeDisplay (interp)
Display *
Tcm_Display ()
ARGUMENTS
Tcl_Interp *interp (in) Interpreter for error
messages.
_________________________________________________________________
DESCRIPTION
The above procedures provide access to the local X display.
Tcm_MakeDisplay finds the local X display and should be
called before Tcm_Display, which returns the local X
display.
AUTHOR
Brian Smith (bsmith@cs.berkeley.edu)
Steve Yen (syen@cs.berkeley.edu)