Code cleanup: typedef all structs.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@671 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
aide.c
4
aide.c
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user