Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:rc

785 	Bool rc = False; 
789 rc = XTranslateCoordinates(dpy, win, root, 0, 0, x, y, &cr);
793 if (!rc) {
1615 static void exiter(char *msg, int rc) {
1619 exit(rc);