Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: Question on ChangeKeyboardControl Message-ID: <8906200002.AA00271@expire.lcs.mit.edu> Date: 20 Jun 89 00:02:55 GMT References: <8906152154.AA07500@savax.Sanders.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 5 Read your bible again. Page 191 does not talk about a 32-bit mask; the XKeyboardControl structure has an "int led" field. Page 193 does talk about a mask, and the XKeyboardState structure has an "unsigned long led_mask" field. This is all consistent with the protocol, where ChangeKeyboardControl takes a single LED number but GetKeyboardControl returns a mask.