XOR lines when moving windows
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@194 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
1c669a2987
commit
ee6106d80f
4
moteur.c
4
moteur.c
@ -1619,6 +1619,8 @@ void Deplacer_fenetre(short Dx, short Dy)
|
||||
Ligne_horizontale_XOR(Nouveau_X,Nouveau_Y+Hauteur-1,Largeur);
|
||||
Afficher_curseur();
|
||||
}
|
||||
SDL_UpdateRect(Ecran_SDL,Ancien_X,Ancien_Y,Largeur,Hauteur);
|
||||
SDL_UpdateRect(Ecran_SDL,Nouveau_X,Nouveau_Y,Largeur,Hauteur);
|
||||
}
|
||||
|
||||
Effacer_curseur();
|
||||
@ -1650,6 +1652,8 @@ void Deplacer_fenetre(short Dx, short Dy)
|
||||
Afficher_curseur();
|
||||
|
||||
free(Buffer);
|
||||
|
||||
DEBUG("Deplace",0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user