Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Doptions.h91 extern char *solid_default;
Doptions.c91 char *solid_default = "cyan4"; variable
Dsolid.c165 if (depth > 8 || strcmp(color, solid_default)) { in get_pixel()
527 if (depth > 8 || strcmp(color, solid_default)) { in solid_cde()
1398 color = solid_default; in solid_bg()
Dx11vnc.c2096 solid_default = strdup(solid_default); /* for freeing with -R */ in main()
3063 solid_str = strdup(solid_default); in main()
Dremote.c2318 newc = strdup(solid_default); in process_remote_cmd()
2345 solid_str = strdup(solid_default); in process_remote_cmd()
Duser.c1323 solid_str = strdup(solid_default); in user_supplied_opts()