Hopefully correct Mettre_Ecran_A_Jour for zoom. Still buggy in the colour brush, going on to check that

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@220 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-09 19:05:21 +00:00
parent fe249a3c7d
commit 393ced7451
3 changed files with 4 additions and 34 deletions

25
main.c
View File

@@ -470,31 +470,6 @@ void Initialisation_du_programme(int argc,char * argv[])
Pinceau_Largeur=1;
Pinceau_Hauteur=1;
puts("main.c init lister les modes SDL proprement!");
// Détection des modes SDL en état de fonctionner:
// Liste_Modes_Videos_SDL= SDL_ListModes(NULL, 0);
//Ici, trier les modes dispos ou pas dans le tableau global ...
/*
Support_VESA();
if (!VESA_Erreur)
{
Mode_VESA_supporte(0x100,0);
Mode_VESA_supporte(0x101,1);
Mode_VESA_supporte(0x103,2);
Mode_VESA_supporte(0x105,3);
}
else
//Pas de VESA...
{
for (Temp=0; Temp<NB_MODES_VIDEO; Temp++)
{
if (Mode_video[Temp].Mode>=MODE_VESA)
Mode_video[Temp].Etat+=128;
}
}*/
Analyse_de_la_ligne_de_commande(argc,argv);
Mode_dans_lequel_on_demarre=Resolution_actuelle;