diff --git a/Lib/foo.c b/Lib/foo.c index f9a919c..0489355 100644 --- a/Lib/foo.c +++ b/Lib/foo.c @@ -11,7 +11,7 @@ int essai_show_t16x24( char *text) if (NULL != text) Image_t16x24_essai("16x24thin", text, "16x24.tga"); else - Image_t16x24_essai("16x24thin", "0123456789abcdef", "16x24.tga"); + Image_t16x24_essai("16x24gruik", "0123456789abcdef", "16x24.tga"); return 0; } /* ============================== */ @@ -66,6 +66,9 @@ int foo; Image_print_version(2); Image_print_sizeof_structs("foo"); +foo = essai_show_t16x24(NULL); +fprintf(stderr, "essai show t16x24 --> %d\n", foo); + foo = essai_draw_paint_rect("foo.tga"); fprintf(stderr, "essai draw rect --> %d\n", foo);