Path: utzoo!attcan!uunet!lll-winken!xanth!ukma!uflorida!mailrus!bbn!ulowell!hawk!jturmell From: jturmell@hawk.ulowell.edu (Jeff Turmelle) Newsgroups: comp.windows.x Subject: how do I pass a display pointer to another process Keywords: display pointer Message-ID: <12661@swan.ulowell.edu> Date: 6 Apr 89 23:09:28 GMT Sender: news@swan.ulowell.edu Reply-To: jturmell@hawk.ulowell.edu (Jeff Turmelle) Distribution: na Organization: University of Lowell, CS Dept. Lines: 19 I am having a problem passing a display pointer between two processes. What I want to do is have one process run my application, and another process handle events. I was wondering if there is a way to do this, and if not, how might I handle this otherwise ? Since I have to pass the display pointer, as well as other variables, back and forth constantly, I just want to be able to access the same address space, and not pass a buffer back and forth after every X event. Any ideas ? Thanks for the help, Jeff Turmelle jturmell@hawk.ulowell.edu