Path: utzoo!attcan!uunet!husc6!purdue!decwrl!asente From: asente@decwrl.dec.com (Paul Asente) Newsgroups: comp.windows.x Subject: Re: Basic questions on X Toolkit Intrinsics Message-ID: <931@bacchus.dec.com> Date: 22 Nov 88 23:32:57 GMT References: <5119@mit-vax.LCS.MIT.EDU> Organization: DEC Western Software Lab Lines: 11 In article <5119@mit-vax.LCS.MIT.EDU> josh@mit-vax.LCS.MIT.EDU (Joshua Marantz) writes: >[Summary: I would like to call XtMainLoop recursively.] XtMainLoop is nothing but an infinite loop calling XtNextEvent and XtDispatchEvent. You can call these yourself if you want to. XtDispatchEvent, in R3, is fully reentrant. You can call it from anywhere. In R2, it's not. -paul asente asente@decwrl.dec.com decwrl!asente