[comp.windows.x] V11 fix to fix #30

RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) (10/25/87)

V11 fix #30 as posted contained a bug in server/ddx/sun/sunKbd.c.  My
apologies; I have received 30 lashes with a Sun rgb cable snake for not
testing adequately.  Below is the one line change.  (This has been
incorporated into the FIXES21-30 file on both zap and decwrl.)

*** /tmp/,RCSt1005025	Sun Oct 25 12:25:51 1987
--- sunKbd.c	Sun Oct 25 12:25:36 1987
***************
*** 431,437 ****
  	    xE.u.u.type = KeyRelease;
      }
  
!     if ((fe->value == VKEY_DOWN) && !autoRepeatKeyDown)
      {	/* turn on AutoRepeater */
  	if (autoRepeatDebug)
              ErrorF("sunKbdProcessEvent: VKEY_DOWN\n");
--- 431,437 ----
  	    xE.u.u.type = KeyRelease;
      }
  
!     if ((fe->value == VKEY_DOWN) && !keyModifiersList[key])
      {	/* turn on AutoRepeater */
  	if (autoRepeatDebug)
              ErrorF("sunKbdProcessEvent: VKEY_DOWN\n");