Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!ZERMATT.LCS.MIT.EDU!RWS From: RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) Newsgroups: comp.windows.x Subject: bug fix to server/dix/tables.c Message-ID: <870919101600.3.RWS@KILLINGTON.LCS.MIT.EDU> Date: Sat, 19-Sep-87 10:16:00 EDT Article-I.D.: KILLINGT.870919101600.3.RWS Posted: Sat Sep 19 10:16:00 1987 Date-Received: Sun, 20-Sep-87 15:35:58 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 56 Wrong swapping routine used for MappingNotify events. *** /tmp/,RCSt1011772 Sat Sep 19 10:10:32 1987 --- tables.c Fri Sep 18 16:54:30 1987 *************** *** 21,27 **** SOFTWARE. ******************************************************************/ ! /* $Header: tables.c,v 1.17 87/09/07 19:46:18 toddb Exp $ */ extern int ProcBadRequest(), ProcCreateWindow(), ProcChangeWindowAttributes(), ProcGetWindowAttributes(), --- 21,27 ---- SOFTWARE. ******************************************************************/ ! /* $Header: tables.c,v 1.18 87/09/18 16:53:09 newman Exp $ */ extern int ProcBadRequest(), ProcCreateWindow(), ProcChangeWindowAttributes(), ProcGetWindowAttributes(), *************** *** 113,119 **** SConfigureNotifyEvent(), SConfigureRequestEvent(), SGravityEvent(), SResizeRequestEvent(), SCirculateEvent(), SCirculateEvent(), SPropertyEvent(), SSelectionClearEvent(), SSelectionRequestEvent(), ! SSelectionNotifyEvent(), SColormapEvent(), SClientMessageEvent(); extern void SGetWindowAttributesReply(), SGetGeometryReply(), SQueryTreeReply(), --- 113,119 ---- SConfigureNotifyEvent(), SConfigureRequestEvent(), SGravityEvent(), SResizeRequestEvent(), SCirculateEvent(), SCirculateEvent(), SPropertyEvent(), SSelectionClearEvent(), SSelectionRequestEvent(), ! SSelectionNotifyEvent(), SColormapEvent(), SClientMessageEvent(), SMappingEvent(); extern void SGetWindowAttributesReply(), SGetGeometryReply(), SQueryTreeReply(), *************** *** 432,438 **** SSelectionNotifyEvent, SColormapEvent, SClientMessageEvent, ! SKeymapNotifyEvent }; --- 432,438 ---- SSelectionNotifyEvent, SColormapEvent, SClientMessageEvent, ! SMappingEvent, };