[vox-tech] xlib question

Peter Jay Salzman vox-tech@lists.lugod.org
Mon, 20 May 2002 23:24:27 -0700


what's the difference between an xlib Window, Display and Drawable?  as in:

Window win;
Display dpy;
Drawable drw;

pete