Lines Matching full:wireframe
3713 rfbLog("remote_cmd: enabling -wireframe mode.\n");
3714 wireframe = 1;
3717 if (strstr(p, "wireframe:") == p) { /* skip-cmd-list */
3718 COLON_CHECK("wireframe:")
3720 snprintf(buf, bufn, "ans=%s%s%d", p, co, wireframe);
3723 p += strlen("wireframe:");
3731 rfbLog("remote_cmd: enabling -wireframe mode.\n");
3732 wireframe = 1;
3738 snprintf(buf, bufn, "ans=%s%s%d", p, co, wireframe);
3749 rfbLog("remote_cmd: enabling -wireframe mode.\n");
3750 wireframe = 1;
3753 if (!strcmp(p, "wireframe") || !strcmp(p, "wf")) {
3755 snprintf(buf, bufn, "ans=%s:%d", p, wireframe);
3758 rfbLog("remote_cmd: enabling -wireframe mode.\n");
3759 wireframe = 1;
3764 snprintf(buf, bufn, "ans=%s:%d", p, !wireframe);
3768 wireframe = 0;