Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!ucbcad!zen!ucbvax!ZERMATT.LCS.MIT.EDU!RWS From: RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) Newsgroups: comp.windows.x Subject: Re: addendum to X11 fix #36, lib/X/XEvToWire.c, Key/Button smashes Message-ID: <871028193511.9.RWS@KILLINGTON.LCS.MIT.EDU> Date: Wed, 28-Oct-87 19:35:00 EST Article-I.D.: KILLINGT.871028193511.9.RWS Posted: Wed Oct 28 19:35:00 1987 Date-Received: Sat, 31-Oct-87 15:24:22 EST References: <8710290005.AA17429@amadeus.silvlis.com> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 40 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 ----