Minesweep size patch

Dylan McCall dylanmccall at gmail.com
Tue Oct 2 03:17:14 CEST 2007


I suggest Ctrl, or Shift, or both. (L and R buttons).

On 10/1/07, Ewan Meadows <ewan.meadows at gmail.com> wrote:
>
> Hi there, I'm working on a patch for minesweep so it fits the screen a
> little better (it has a hardcoded screen size at the moment).  I found
> this bit of code:
>
>   /* On the X86 demo, we use a right button press here, otherwise,
>        on the PDAs, we use the key */
>
> #ifdef CONFIG_PLATFORM_X86DEMO
>     if (button->buttons & MWBUTTON_R)
> #else
>     if ((g_keyflags & KEY_UP) == KEY_UP)
> #endif
>
>
> This is so you can flag a mine, but I've no idea what I could change
> it to.  Any suggestions?
> --
> dslinux-devel mailing list
> dslinux-devel at dslinux.in-berlin.de
> http://mailman.dslinux.in-berlin.de/mailman/listinfo/dslinux-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.dslinux.in-berlin.de/pipermail/dslinux-devel-dslinux.in-berlin.de/attachments/20071001/7477fed7/attachment.htm 


More information about the dslinux-devel mailing list