Home
last modified time | relevance | path

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

/dports/x11/lupe/lupe/
H A Dextern.h9 extern char *str_border;
H A Dlupe.c41 char *str_border = NULL; /* border color */ variable
237 if (str_border != NULL && in init_screen()
238 XParseColor(dsp, DefaultColormap(dsp, scr), str_border, &col) && in init_screen()
H A Doption.c48 {"-border", OPT_GET_STR, (VOIDPTR)&str_border, 0},
/dports/graphics/xpx/xpx/
H A Dmain.c36 static char *str_border = "Black"; variable
491 if (parse_color(&col, str_border) == 0) in initialize()
583 OPTTBL("-bordercolor",OPT_GET_STR, &str_border, 0),
584 OPTTBL("-bd", OPT_GET_STR, &str_border, 0),