Enabled keyboard repeat (maybe not in the best way).

Fixed FX/Feedback button that couldn't be switched off.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@145 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2008-09-14 00:50:18 +00:00
parent 77f3c5763e
commit beea105ef7
2 changed files with 4 additions and 4 deletions

View File

@ -5462,9 +5462,9 @@ void Bouton_Effets(void)
Afficher_curseur();
break;
case 13 : // Feedback (pour Colorize et Shade)
// if (Config.FX_Feedback=!Config.FX_Feedback) //???
// FX_Feedback_Ecran=Principal_Ecran;
// else
if ((Config.FX_Feedback=!Config.FX_Feedback)) //!!!
FX_Feedback_Ecran=Principal_Ecran;
else
FX_Feedback_Ecran=Ecran_backup;
Effacer_curseur();
Afficher_etat_feedback();

View File

@ -358,7 +358,7 @@ byte Lit_pixel_dans_brosse (word X,word Y)
void Clavier_de_depart(void)
{
UNIMPLEMENTED
SDL_EnableKeyRepeat(250, 32);
}
void Clavier_americain(void)