Home
last modified time | relevance | path

Searched refs:initdata1 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/xpx/xpx/
H A Dmain.c243 static RGBDATA initdata1[16] = { in init_color_buf() local
266 (color_buf+MAXCOLSET+j)->rgb.blue = initdata1[j].b; in init_color_buf()
267 (color_buf+MAXCOLSET+j)->rgb.red = initdata1[j].r; in init_color_buf()
268 (color_buf+MAXCOLSET+j)->rgb.green = initdata1[j].g; in init_color_buf()