Home
last modified time | relevance | path

Searched refs:dpy2 (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
Duser.c599 int dpy2, ok = 1; in guess_user_and_switch() local
611 dpy2 = atoi(q+1); in guess_user_and_switch()
623 if (dpy1 != dpy2) { in guess_user_and_switch()
682 Display *dpy2 = NULL; in try_user_and_display() local
696 dpy2 = XOpenDisplay_wr(dpystr); in try_user_and_display()
697 if (dpy2) { in try_user_and_display()
698 XCloseDisplay_wr(dpy2); in try_user_and_display()
Dremote.c725 Display *dpy2; in remote_control_access_ok()
807 dpy2 = XOpenDisplay_wr(dpy_str); in remote_control_access_ok()
820 if (dpy2) { in remote_control_access_ok()
823 XCloseDisplay_wr(dpy2); in remote_control_access_ok()
824 dpy2 = NULL; in remote_control_access_ok()