First drawing functions. We can see the interface !

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@25 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2007-09-20 15:37:39 +00:00
parent d003a5c168
commit 28e0cdbaf1
5 changed files with 6265 additions and 6221 deletions

View File

@@ -1328,6 +1328,7 @@ void Print_general(short X,short Y,char * Chaine,byte Couleur_texte,byte Couleur
for (Repeat_Menu_Facteur_Y=0;Repeat_Menu_Facteur_Y<Menu_Facteur_Y;Repeat_Menu_Facteur_Y++)
Afficher_ligne(X,Reel_Y++,Largeur,Buffer_de_ligne_horizontale);
}
puts("GENERAL");
}
// -- Afficher un caractère dans une fenêtre --
@@ -1362,6 +1363,7 @@ void Print_char_transparent_dans_fenetre(short Pos_X,short Pos_Y,char Caractere,
Block(Pos_X+(X*Menu_Facteur_X), Pos_Y+(Y*Menu_Facteur_Y),
Menu_Facteur_X, Menu_Facteur_Y, Couleur);
}
puts("FENETRE");
}
// -- Afficher une chaŒne dans une fenêtre --