Changeset 733 for libcaca/trunk/test
- Timestamp:
- Apr 10, 2006, 11:17:51 AM (15 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/dithering.c
r710 r733 21 21 #define FUZZY 5000000 22 22 23 enum cucul_colorpoints[] =23 unsigned int points[] = 24 24 { 25 25 CUCUL_COLOR_BLACK, -
libcaca/trunk/test/optipal.c
r524 r733 25 25 26 26 /* 6 colours in hue order */ 27 static enum cucul_colorconst hue_list[] =27 static unsigned int const hue_list[] = 28 28 { 29 29 CUCUL_COLOR_RED,
Note: See TracChangeset
for help on using the changeset viewer.