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

/external/libvncserver/x11vnc/
H A Dxevents.c288 char *avoid = getenv("X11VNC_AVOID_WINDOWS"); local
296 if (avoid && !strcmp(avoid, "never")) {
302 if (avoid) {
303 int n = atoi(avoid);
1353 /* to avoid piling up between calls, read all PropertyNotify now */
1403 * set_cutbuffer is a flag to try to avoid

Completed in 118 milliseconds