Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!TRANSAM.ECE.CMU.EDU!Brian.Ebert From: Brian.Ebert@TRANSAM.ECE.CMU.EDU Newsgroups: comp.windows.x Subject: Re: Drawing to Window Message-ID: <9001162154.AA10434@transam.ece.cmu.edu> Date: 16 Jan 90 21:54:34 GMT Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 10 I posted earlier asking if I could pass a Window ID from a client that opens the window to another client, and have the second client draw in the window. I got a couple of responses to my earlier post, one saying all I need is a Window ID to execute a draw request to that window, the other mentioning that I need the Display struct as well. I don't understand what to do with the Display struct if I export it, and trying a draw with a second client to a window ID opened by the first client results in a "Bad Access - attempt to access private resource" message from the error handler. Any more help appreciated.