summaryrefslogtreecommitdiff
path: root/src/fontwheeltest.c
diff options
context:
space:
mode:
authorpierre <none@none>2006-04-05 15:54:20 +0000
committerpierre <none@none>2006-04-05 15:54:20 +0000
commita4e6625f8151b4ed1805c25d51f1e2cc4ba27c84 (patch)
tree59625bcb353325a3c6e5c33e9a3b4ba49e4f9efe /src/fontwheeltest.c
parent6f13dc306525e148338fdd20f68567bec87b2261 (diff)
downloadlibgd-a4e6625f8151b4ed1805c25d51f1e2cc4ba27c84.tar.gz
- sync to 2.0.29
Diffstat (limited to 'src/fontwheeltest.c')
-rw-r--r--src/fontwheeltest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fontwheeltest.c b/src/fontwheeltest.c
index ce3894f..b552b6a 100644
--- a/src/fontwheeltest.c
+++ b/src/fontwheeltest.c
@@ -83,7 +83,9 @@ dotest (char *font, int size, double incr,
FILE *out;
int bg;
int fc;
+#if 0
int lc;
+#endif
int xc = w / 2;
int yc = h / 2;
@@ -93,7 +95,9 @@ dotest (char *font, int size, double incr,
gdImageFilledRectangle (im, 1, 1, w - 1, h - 1, bg);
fc = gdImageColorAllocate (im, 255, 192, 192);
+#if 0
lc = gdImageColorAllocate (im, 192, 255, 255);
+#endif
out = fopen (filename, "wb");