Dang and I did the same fix not two lines above :)

Thanks I checked it in.

Mike


On 1/5/06, Alex Lau <[EMAIL PROTECTED]> wrote:
> --- ../../systems/sdl/sdlinput.orig     2006-01-05 18:20:36.000000000 +0800
> +++ ../../systems/sdl/sdlinput.c        2006-01-05 18:20:49.000000000 +0800
> @@ -128,7 +128,7 @@
>       }
>
>       if (key >= SDLK_0  &&  key <= SDLK_9) {
> -          evt->key_id = DIKI_0 + key - SDLK_9;
> +          evt->key_id = DIKI_0 + key - SDLK_0;
>            return true;
>       }
>
>
> _______________________________________________
> directfb-dev mailing list
> [email protected]
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
>

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to