Fixed compilation error on Linux (name conflicts, issue 132)

Load/Save: Fixed display of mount points and drives ("Select drive" button)
Started documenting global variables


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@698 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-27 20:14:28 +00:00
parent efbc978e6f
commit 663229efb3
15 changed files with 344 additions and 272 deletions

6
main.c
View File

@@ -493,7 +493,7 @@ int Init_program(int argc,char * argv[])
// Initialisation des opérations
Init_operations();
Window=0;
Windows_open=0;
// Charger les sprites et la palette
Load_DAT();
@@ -535,9 +535,9 @@ int Init_program(int argc,char * argv[])
// Prise en compte de la fonte
if (Config.Font)
Font=GFX_fun_font;
Menu_font=GFX_fun_font;
else
Font=GFX_system_font;
Menu_font=GFX_system_font;
// Allocation de mémoire pour la brosse
if (!(Brush =(byte *)malloc( 1* 1))) Error(ERROR_MEMORY);