Hi,
> void
> grabkeys(void) {
> + unsigned int i, j;
> + unsigned int modifiers[] = { 0, LockMask, numlockmask, numlockmask|LockMask };
> + KeyCode code;
> +
> updatenumlockmask();
> - {
> - unsigned int i, j;
> - unsigned int modifiers[] = { 0, LockMask, numlockmask, numlockmask|LockMask };
> - KeyCode code;
That would break the numlockmask stuff.
Regards,
Peter
Received on Tue Jul 26 2011 - 23:54:14 CEST
This archive was generated by hypermail 2.2.0 : Wed Jul 27 2011 - 00:00:08 CEST