From: skeezix Date: Wed, 2 Feb 2011 20:29:42 +0000 (-0500) Subject: mmenu; don't permit 'NoParentCategry' or Other as assignable prime categories; sped... X-Git-Tag: sz_beta3~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17ae4f0e37e3e2fe081750427ca6fd38f6aa7a0;p=pandora-libraries.git mmenu; don't permit 'NoParentCategry' or Other as assignable prime categories; sped up key-repeat by just a touch --- diff --git a/minimenu/mmui.c b/minimenu/mmui.c index 9da954d..02f9d32 100644 --- a/minimenu/mmui.c +++ b/minimenu/mmui.c @@ -153,7 +153,7 @@ unsigned char ui_setup ( void ) { #endif // key repeat - SDL_EnableKeyRepeat ( 500, 150 ); + SDL_EnableKeyRepeat ( 500, 125 /* 150 */ ); // images //IMG_Init ( IMG_INIT_JPG | IMG_INIT_PNG ); @@ -3378,7 +3378,7 @@ void ui_menu_context ( mm_appref_t *a ) { unsigned char optmax = 0; unsigned char i; - i = 0; + i = 2; // skip first two - Other and NoParentCategory while ( 1 ) { if ( ! freedesktop_complete [ i ].cat ) {