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

  /external/libvncserver/x11vnc/
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.h 221 extern int vnc_connect;
connections.c 62 /* string for the VNC_CONNECT property */
    [all...]
options.c 254 int vnc_connect = 1; /* -vncconnect option */ variable
x11vnc.c     [all...]
ChangeLog 132 * x11vnc: X11VNC_REMOTE, X11VNC_TICKER, and VNC_CONNECT properties
    [all...]
RELEASE-NOTES 380 VNC_CONNECT property names to unique ones.
    [all...]
help.c     [all...]
README     [all...]
x11vnc.1 820 Monitor the VNC_CONNECT X property set by the standard
834 x11vnc's on the same display) set the VNC_CONNECT or
    [all...]
tkx11vnc 495 display (VNC_CONNECT rootwin property) being polled by the x11vnc server.
    [all...]
tkx11vnc.h 506 "display (VNC_CONNECT rootwin property) being polled by the x11vnc server.\n"
    [all...]

Completed in 1104 milliseconds