Searched defs:aprop (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A Dconnections.c3507 Atom aprop; local
3517 aprop = XInternAtom(dpy, prop, False);
3518 if (aprop == None) {
3521 rc = XChangeProperty(dpy, win, aprop, XA_STRING, 8,
3537 Atom type, aprop;
3551 aprop = XInternAtom(dpy, prop, True);
3552 if (aprop == None) {
3561 if (XGetWindowProperty(dpy, win, aprop, nitems/4,

Completed in 102 milliseconds