git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@11 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2007-08-12 14:39:24 +00:00
parent e4ab3b7749
commit 47b59aa70d
7 changed files with 52 additions and 26 deletions

View File

@@ -2286,7 +2286,7 @@ byte Bouton_Load_ou_Save(byte Load, byte Image)
short Bouton_clicke;
struct Fenetre_Bouton_scroller * Scroller_de_fichiers;
short Temp;
unsigned Bidon; // Sert … appeler _dos_setdrive
unsigned Bidon=0; // Sert … appeler _dos_setdrive
word Drives_Debut_Y;
byte Charger_ou_sauver_l_image=0;
char Nom_drive[3]=" ";
@@ -2947,7 +2947,7 @@ void Load_picture(byte Image)
byte Format_fichier_initial;
byte Ne_pas_restaurer;
byte Utiliser_palette_brosse;
struct Composantes * Palette_initiale;
struct Composantes * Palette_initiale=NULL;
byte Ancienne_forme_curseur;
short Principal_Largeur_image_initiale=Principal_Largeur_image;
short Principal_Hauteur_image_initiale=Principal_Hauteur_image;
@@ -4166,7 +4166,7 @@ void Bouton_Colorize_Mode(void)
void Bouton_Colorize_Afficher_la_selection(int Numero)
{
short Pos_Y; // Ligne o— afficher les flŠches de slection
short Pos_Y=0; // Ligne o— afficher les flŠches de slection
// On commence par effacer les anciennes slections:
// Partie gauche
@@ -4830,8 +4830,8 @@ void Bouton_Trame_Menu(void)
short Indice;
short Pos_X;
short Pos_Y;
short Old_Pos_X;
short Old_Pos_Y;
short Old_Pos_X=0;
short Old_Pos_Y=0;
short Orig_X;
short Orig_Y;
static byte Octet_insere=0;