[Thread Prev][Thread Next]   >Date Index >Thread Index

Re: [wmx] Keyboard menu enhancements

O'Shaughnessy Evans - Fri Jan 22 01:18:53 1999

On 1999-Jan-21 (Thu), at 20:54:35PM +0200, Lasse Rasinen wrote:
[···]
> Step 2) Modify the "int selecting..." line to look like this:
>         int selecting = isKeyboardMenu : 0 : -1, prev = -1;

You really meant this, right?

          int selecting = isKeyboardMenu ? 0 : -1, prev = -1;

:^)


Next: