[comp.windows.x] bug fix to server/dix/tables.c

RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) (09/19/87)

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,
  };