Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:xselectinput

7695 void xselectinput(Window w, unsigned long evmask, int sync) {
7713 XSelectInput(dpy, w, evmask);
7730 if (ncdb) fprintf(stderr, "XSELECTINPUT: trapped X Error.");
7733 if (ncdb) fprintf(stderr, "XSELECTINPUT: trapped XIO Error.");
7735 if (sync && ncdb) fprintf(stderr, "XSELECTINPUT: 0x%lx sync=%d err=%d/%d\n", w, sync, trapped_xerror, trapped_xioerror);
8660 xselectinput(win, win_ev, 0);
9214 if (ncdb) fprintf(stderr, "PRELOOP: CreateNotify: 0x%lx %d xselectinput\n", win2, n1);
9215 xselectinput(win2, win_ev, 1);
9232 xselectinput(win2, 0, 1);