Home | History | Annotate | Download | only in x11vnc

Lines Matching full:set_xprop

4531 	if (strstr(p, "set_xprop") == p) {
4535 Window win = None; /* None implies root in set_xprop() */
4539 if (strstr(p, "set_xprop:") != p) { /* skip-cmd-list */
4543 p += strlen("set_xprop:");
4558 rc = set_xprop(p, win, q+1);
4561 snprintf(buf, bufn, "ans=set_xprop:%s:%d", p, rc);