Finished updating the includes for graph.c split. Now we have :

-Graph.c : everything related to drawing.
-Brush.c : everything related to brushes (displaying, erasing, capturing, and effects)
-Windows.c : windows and menu drawing functions

Some functions were also moved to divers.c.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@396 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-12-16 22:14:08 +00:00
parent c004c90d90
commit 90b3f9b1a1
13 changed files with 27 additions and 11 deletions

View File

@@ -52,6 +52,7 @@
#include "divers.h"
#include "erreurs.h"
#include "io.h"
#include "windows.h"
#define COULEUR_FICHIER_NORMAL CM_Clair // Couleur du texte pour une ligne de fichier non sélectionné
#define COULEUR_REPERTOIRE_NORMAL CM_Fonce // Couleur du texte pour une ligne de répertoire non sélectionné