Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!caen!sol.ctr.columbia.edu!spool.mu.edu!decwrl!csus.edu!ucdavis!csusac!unify!openlook!openlook-request From: openlook-request@openlook Newsgroups: comp.windows.open-look Subject: Re: How can an XView program find out what display is being used? Message-ID: Date: 29 May 91 13:45:16 GMT Article-I.D.: openlook.vv7skyw Lines: 15 > Subject: How can an XView program find out what display is being used? Pg 301 of XVPM: Display *dpy; dpy = (Display *)xv_get(frame, XV_DISPLAY); or if you look in $OPENWINHOME/include/xview/window.h, there's a macro called: XV_DISPLAY_FROM_WINDOW(window) Frank G.