Xref: utzoo comp.unix.ultrix:2792 comp.windows.x:18539 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!decwrl!wsl.dec.com!kent From: kent@wsl.dec.com (Christopher A. Kent) Newsgroups: comp.unix.ultrix,comp.windows.x Subject: Re: DPS with X11R4 Xlib Message-ID: <2781@bacchus.dec.com> Date: 16 Feb 90 02:36:44 GMT References: <17017@boulder.Colorado.EDU> Sender: news@decwrl.dec.com Reply-To: kent@wsl.dec.com (Christopher A. Kent) Distribution: comp Organization: DEC Western Software Lab Lines: 18 __DoAsyncs() is getting called as part of the DECwindows Xlib UnlockDisplay() macro to handle any asynchronous events that have occurred. Asynchronous events are something that's in DEC's Xlib but not the "standard" one. Since you're not using our Xlib, you can't possibly want to use them, so it looks like it would be safe to compile up a .o file from this: _DoAsyncs() { } and link it in (probably between -lXext and -lX11, or earlier with a loader command to force ld to notice the definition). I tried this with a very simple DPS program and it appears to work. Chris Kent Western Software Laboratory Digital Equipment Corporation kent@decwrl.dec.com decwrl!kent (415) 853-6639