Searched refs:wireframe_mods (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A Duserinput.c329 static char *wireframe_mods = NULL; variable
460 if (wireframe_mods) {
461 free(wireframe_mods);
463 wireframe_mods = NULL;
468 wireframe_mods = strdup("all");
472 wireframe_mods = strdup(str);
3601 if (! wireframe_mods) {
3604 if (!strcmp(wireframe_mods, "all")) {
3611 } else if (!strcmp(wireframe_mods, "Alt")) {
3617 } else if (!strcmp(wireframe_mods, "Shif
[all...]

Completed in 57 milliseconds