Justus Winter, le Thu 22 May 2014 22:13:29 +0200, a écrit :
> diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c
> index 0b43913..220701b 100644
> --- a/console-client/xkb/xkb.c
> +++ b/console-client/xkb/xkb.c
> @@ -606,10 +606,11 @@ clearcontrols (keypress_t key, boolctrls ctrls, int 
> flags)
>  static void
>  lockcontrols (keypress_t key, boolctrls ctrls, int flags)
>  {
> +  /* XXX this needs a closer look.  */
>    if (!key.rel)
>      {
>        //setcontrols (key, boolctrls, flags);
> -      if (!(flags & noLock));
> +      //if (!(flags & noLock));
>        //     lboolctrls |= boolctrls;
>      }
>    else

Comment the line, indeed, but remove the semicolon.

The rest is fine.

Samuel

Reply via email to