Path: utzoo!attcan!uunet!lll-winken!csd4.milw.wisc.edu!bionet!apple!usc!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Header file/man page discrepancy Message-ID: <8907201816.AA18493@LYRE.MIT.EDU> Date: 20 Jul 89 18:16:32 GMT References: Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 13 > The manual page defines it as: > > Boolean XtDispatchEvent(event) > XEvent *event; > > But, Intrinsic.h declares it with: > > extern void XtDispatchEvent(); /* event */ > /* XEvent *event; */ Yes, thank you; this is known bug in the R3 implementation. The document is the way we intend the interface to be, unfortunately the code slipped through the cracks.