Re: [dev] [dwm] code cleanup

From: Peter Hartlich <bqdps_AT_hartlich.com>
Date: Tue, 26 Jul 2011 23:54:14 +0200

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