Changeset 958 for libcaca/trunk/test
- Timestamp:
- May 18, 2006, 8:23:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/font2tga.c
r957 r958 68 68 for(j = blocklist[i]; j < blocklist[i + 1]; j++) 69 69 { 70 _cucul_putchar32(cv, x, y, j);70 cucul_putchar(cv, x, y, j); 71 71 72 72 if(++x == WIDTH)
Note: See TracChangeset
for help on using the changeset viewer.