Changeset 2397 for libcaca/trunk/tools/sortchars.c
- Timestamp:
- Jun 15, 2008, 2:28:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/tools/sortchars.c
r2299 r2397 90 90 for(y = 0; y < DY; y++) 91 91 for(x = 0; x < DX; x++) 92 total[ GLYPHS][x][y] = 0;92 total[i][x][y] = 0; 93 93 94 94 /* Draw all glyphs and count their pixels */
Note: See TracChangeset
for help on using the changeset viewer.