Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!CS.CMU.EDU!Damon.Lipparelli From: Damon.Lipparelli@CS.CMU.EDU Newsgroups: comp.windows.x Subject: Header file/man page discrepancy Message-ID: Date: 20 Jul 89 17:52:59 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 23 Hello. I am just writing to let the X people know about a discrepancy between manual page for XtDispatchEvent(), and the declaration of it in the file Intrinsic.h. The manual page defines it as: Boolean XtDispatchEvent(event) XEvent *event; But, Intrinsic.h declares it with: extern void XtDispatchEvent(); /* event */ /* XEvent *event; */ The man page says that XtDispatchEvent returns True if it dispatches the event to some handler and False if it found no handler to dispatch the event to. Just thought you might be curious. Damon lipp@edrc.cmu.edu