Changeset 305 for libcaca/trunk/test
- Timestamp:
- Jan 2, 2004, 5:52:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/optipal.c
r293 r305 35 35 36 36 /* 6 colours in hue order */ 37 static const enum caca_colorhue_list[] =37 static enum caca_color const hue_list[] = 38 38 { 39 39 CACA_COLOR_RED, … … 76 76 77 77 /* Output the palette */ 78 printf(" const static int slang_palette[2*16*16] =\n{\n");78 printf("static int const slang_palette[2*16*16] =\n{\n"); 79 79 for(i = 0; i < 16 * 16; i++) 80 80 { … … 86 86 87 87 /* Output the association table */ 88 printf(" const static int slang_assoc[16*16] =\n{\n");88 printf("static int const slang_assoc[16*16] =\n{\n"); 89 89 for(i = 0; i < 16 * 16; i++) 90 90 {
Note: See TracChangeset
for help on using the changeset viewer.