Path: utzoo!mnetor!uunet!husc6!ukma!rutgers!ucla-cs!zen!ucbvax!amadeus.UUCP!mdb From: mdb@amadeus.UUCP (Mark D. Baushke) Newsgroups: comp.windows.x Subject: X11 patch #36 Message-ID: <8801032219.AA03239@amadeus.silvlis.com> Date: 3 Jan 88 22:19:45 GMT References: <8712291703.AA11658@ATHENA.MIT.EDU> Sender: usenet@ucbvax.BERKELEY.EDU Organization: Silvar-Lisco, 1080 Marsh Road, Menlo Park, CA 94025-1053 Lines: 56 Warren, I also found the same problem and asked Robert Scheifler about it. The following was his response at that time. Note: I believe that he has fixed the version of patch #36 available via ftp and xstuff, but I am not certain. -- Mark ------------------------- forwarded mail ------------------------- Return-Path: Date: Wed, 28 Oct 87 19:35 EST From: Robert Scheifler Subject: Re: addendum to X11 fix #36, lib/X/XEvToWire.c, Key/Button smashes To: sun!silvlis!amadeus!xmaint, xpert@ATHENA.MIT.EDU In-Reply-To: <8710290005.AA17429@amadeus.silvlis.com> Date: Wed, 28 Oct 87 16:05:32 PST From: Mark Baushke This patch (#36) attempts to change the rcs version from 11.12 to 11.13. However, the last patch which delt with lib/X/XEvToWire.c (X11 fix #22) only provided up to version 11.11. A nit was cleaned up there, that wasn't worth reporting at the time. For the record: *** /tmp/,RCSt1007051 Wed Oct 28 19:34:05 1987 --- /tmp/,RCSt2007051 Wed Oct 28 19:34:08 1987 *************** *** 2,8 **** /* Copyright Massachusetts Institute of Technology 1985, 1986, 1987 */ #ifndef lint ! static char rcsid[] = "$Header: XEvToWire.c,v 11.11 87/10/14 18:00:42 rws Exp $"; #endif /* --- 2,8 ---- /* Copyright Massachusetts Institute of Technology 1985, 1986, 1987 */ #ifndef lint ! static char rcsid[] = "$Header: XEvToWire.c,v 11.12 87/10/20 16:32:23 newman Exp $"; #endif /* *************** *** 12,18 **** #define NEED_EVENTS #define NEED_REPLIES - #include #include "Xlibint.h" /* --- 12,17 ----