Fixed the memory corruption that happened only in 320x200 mode
(ie: after loading a small picture) Windows taller than the screen are not supported, and there's no safety. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@178 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
files.c
2
files.c
@@ -35,7 +35,7 @@
|
||||
#define COULEUR_REPERTOIRE_SELECT CM_Clair // Couleur du texte pour une ligne de repértoire sélectionnée
|
||||
#define COULEUR_FOND_SELECT CM_Fonce // Couleur du fond pour une ligne sélectionnée
|
||||
|
||||
#define FILENAMESPACE 16
|
||||
#define FILENAMESPACE 13
|
||||
|
||||
int Determiner_repertoire_courant(void)
|
||||
// Modifie Principal_Repertoire_courant en y mettant sa nouvelle valeur (avec le nom du
|
||||
|
||||
Reference in New Issue
Block a user