Splitted graph.c in multiple files. Compiles but there is a lot of warnings about declarations. I'm cleaning it up but i wanted to commit that before starting to get conflicts
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@395 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
20
init.c
20
init.c
@@ -51,6 +51,7 @@
|
||||
#include "hotkeys.h"
|
||||
#include "files.h"
|
||||
#include "setup.h"
|
||||
#include "windows.h"
|
||||
|
||||
|
||||
// Ajouter un lecteur à la liste de lecteurs
|
||||
@@ -638,7 +639,6 @@ void Initialisation_des_boutons(void)
|
||||
Rien_du_tout,
|
||||
FAMILLE_OUTIL);
|
||||
|
||||
// !!! TEMPORAIRE !!!
|
||||
Initialiser_bouton(BOUTON_GRADRECT,
|
||||
85,1,
|
||||
15,15,
|
||||
@@ -646,15 +646,6 @@ void Initialisation_des_boutons(void)
|
||||
Bouton_Rectangle_degrade,Bouton_Rectangle_degrade,
|
||||
Rien_du_tout,
|
||||
FAMILLE_OUTIL);
|
||||
/*
|
||||
Initialiser_bouton(BOUTON_GRADRECT,
|
||||
85,1,
|
||||
15,15,
|
||||
FORME_BOUTON_TRIANGLE_HAUT_GAUCHE,
|
||||
Rien_du_tout,Rien_du_tout,
|
||||
Rien_du_tout,
|
||||
FAMILLE_OUTIL);
|
||||
*/
|
||||
|
||||
Initialiser_bouton(BOUTON_GRADMENU,
|
||||
86,2,
|
||||
@@ -712,15 +703,6 @@ void Initialisation_des_boutons(void)
|
||||
Bouton_Texte,Message_Non_disponible,
|
||||
Rien_du_tout,
|
||||
FAMILLE_INSTANTANE);
|
||||
/*
|
||||
Initialiser_bouton(BOUTON_TEXTE,
|
||||
123,18,
|
||||
16,16,
|
||||
FORME_BOUTON_RECTANGLE,
|
||||
Rien_du_tout,Rien_du_tout,
|
||||
Rien_du_tout,
|
||||
FAMILLE_INSTANTANE);
|
||||
*/
|
||||
|
||||
Initialiser_bouton(BOUTON_LOUPE,
|
||||
140,1,
|
||||
|
||||
Reference in New Issue
Block a user