Brian.Ebert@TRANSAM.ECE.CMU.EDU (01/17/90)
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.