XOR lines when moving windows

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@194 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2008-10-04 20:37:09 +00:00
parent 1c669a2987
commit ee6106d80f
2 changed files with 4 additions and 0 deletions

BIN
gfx2.cfg

Binary file not shown.

View File

@ -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
{