diff --git a/moteur.c b/moteur.c index 9f67adf8..1b5c5363 100644 --- a/moteur.c +++ b/moteur.c @@ -1716,6 +1716,11 @@ void Deplacer_fenetre(short Dx, short Dy) Fenetre_Pos_Y=Nouveau_Y; } + else + { + // Update pour effacer le rectangle XOR + UpdateRect(Fenetre_Pos_X, Fenetre_Pos_Y, Fenetre_Largeur*Menu_Facteur_X, Fenetre_Hauteur*Menu_Facteur_Y); + } Forme_curseur=FORME_CURSEUR_FLECHE; Afficher_curseur(); diff --git a/struct.h b/struct.h index e0aed171..e5d3fcbc 100644 --- a/struct.h +++ b/struct.h @@ -107,7 +107,6 @@ struct T_Drive { char Lettre; byte Type; // 0: Diskette 3"« / 1: Diskette 5"¬ / 2: HDD / 3: CD-ROM / 4: Logique - word Touche2; char Chemin[4]; // Reservé pour "x:\", ou "/", ou "~" };