Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dparse.h47 const char *colors_rows; member
H A Dparse.gperf167 colorsrows, MULTI(colors_rows)
H A Dtuxpaint.c726 static int colors_rows; variable
806 gd_colors.rows = colors_rows; in setup_normal_screen_layout()
23584 if (tmpcfg.colors_rows) in setup_config()
23586 if (strtof(tmpcfg.colors_rows, NULL) > 3) in setup_config()
23588 fprintf(stderr, "Color rows (now %s) must be between 1 and 3.\n", tmpcfg.colors_rows); in setup_config()
23591 colors_rows = strtof(tmpcfg.colors_rows, NULL); in setup_config()
23594 colors_rows = 1; in setup_config()