Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: xlock patch for R4. Message-ID: <8912192312.AA23213@LYRE.MIT.EDU> Date: 19 Dec 89 23:12:04 GMT References: <129433@sun.Eng.Sun.COM> Sender: daemon@athena.mit.edu (Mr Background) Organization: DEC/MIT Project Athena Lines: 12 While grepping for AllEvents I found this in Intrinsic.h: And if you'd grepped around the documentation you might have deduced that Xt defines XtAllEvents for use in precisely the situation where an invalid value is required. Moral: making assumptions based on C code in header files is dangerous. Corollary: header files should have more comments. (not fixed in R4, sorry ;-)