HomeSort by relevance Sort by last modified time
    Searched refs:vnc_connect (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/x11vnc/
help.c     [all...]
xevents.c 96 prop_str = getenv("VNC_CONNECT");
98 prop_str = "VNC_CONNECT";
100 vnc_connect_prop = XInternAtom(dpy, "VNC_CONNECT", False);
365 if ((watch_selection || vnc_connect) && !did_xselect_input) {
401 if (vnc_connect && !did_vnc_connect_prop) {
405 if (vnc_connect && !did_x11vnc_remote_prop) {
1346 /* check for CUT_BUFFER0, VNC_CONNECT, X11VNC_REMOTE changes: */
1358 } else if (vnc_connect && vnc_connect_prop != None
1361 } else if (vnc_connect && x11vnc_remote_prop != None
1386 rfbLog("check_xevents: warning: %d vnc_connect events since last check.\n", got_vnc_connect)
    [all...]
options.c 254 int vnc_connect = 1; /* -vncconnect option */ variable
options.h 221 extern int vnc_connect;
connections.c 62 /* string for the VNC_CONNECT property */
    [all...]
x11vnc.c     [all...]

Completed in 64 milliseconds