Code cleanup: typedef all structs.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@671 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-14 01:08:39 +00:00
parent f30316612e
commit 0aa43794cd
20 changed files with 224 additions and 237 deletions

4
aide.c
View File

@@ -371,7 +371,7 @@ void Afficher_aide(void)
}
void Scroller_aide(struct Fenetre_Bouton_scroller * Scroller)
void Scroller_aide(T_Bouton_scroller * Scroller)
{
Effacer_curseur();
Scroller->Position=Position_d_aide_en_cours;
@@ -404,7 +404,7 @@ void Fenetre_aide(int Section, const char *Sous_section)
{
short Bouton_clicke;
short Nb_lignes;
struct Fenetre_Bouton_scroller * Scroller;
T_Bouton_scroller * Scroller;
if (Section!=-1)
{