moving files around...
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include "tthimage.h"
|
||||
#include "../tthimage.h"
|
||||
|
||||
/*::------------------------------------------------------------------::*/
|
||||
int
|
||||
@@ -52,7 +52,7 @@ if (txt != NULL)
|
||||
Image_trace_chaine_1(dst, txt, 270, 270, "libimage.fonte",
|
||||
&fond, &encre);
|
||||
|
||||
Image_trace_chaine_1(dst, "Libimage de tTh", 270, 370, "libimage.fonte",
|
||||
Image_trace_chaine_1(dst, "Libtthimage de tTh", 270, 370, "libimage.fonte",
|
||||
&fond, &encre);
|
||||
Image_trace_chaine_1(dst, IMAGE_VERSION_STRING, 270, 385, NULL, &fond, &encre);
|
||||
Image_trace_chaine_1(dst, __DATE__, 270, 400, NULL, &fond, &encre);
|
||||
@@ -94,7 +94,7 @@ encre.r = 255; encre.g = 255; encre.b = 255; encre.a = 255;
|
||||
|
||||
/* ya pas moyen de mettre ces textes dans des jolies boites ? */
|
||||
Image_trace_chaine_1(dst, txt, 270, 270, "libimage.fonte", &fond, &encre);
|
||||
Image_trace_chaine_1(dst, "Libimage de tTh", 270, 370, NULL, &fond, &encre);
|
||||
Image_trace_chaine_1(dst, "Libtthimage de tTh", 270, 370, NULL, &fond, &encre);
|
||||
Image_trace_chaine_1(dst, IMAGE_VERSION_STRING, 270, 390, NULL, &fond, &encre);
|
||||
|
||||
return FUNC_IS_ALPHA;
|
||||
|
||||
Reference in New Issue
Block a user