Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:noxrecord

4021 	if (!strcmp(p, "noxrecord")) {
4022 int orig = noxrecord;
4024 snprintf(buf, bufn, "ans=%s:%d", p, noxrecord);
4027 noxrecord = 1;
4028 rfbLog("set noxrecord to: %d\n", noxrecord);
4029 if (orig != noxrecord) {
4035 int orig = noxrecord;
4037 snprintf(buf, bufn, "ans=%s:%d", p, !noxrecord);
4040 noxrecord = 0;
4041 rfbLog("set noxrecord to: %d\n", noxrecord);
4042 if (orig != noxrecord) {