Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dgui.c253 static char *icon_mode_embed_id = NULL; variable
500 icon_mode_embed_id = strdup(p); in run_gui()
524 if (icon_mode_embed_id) { in run_gui()
525 if (strlen(icon_mode_embed_id) < 20) { in run_gui()
527 strcat(cmd, icon_mode_embed_id); in run_gui()
550 if (icon_mode_embed_id) { in run_gui()
551 execlp(wish, wish, "-", "-use", icon_mode_embed_id, in run_gui()