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

  /external/libvncserver/x11vnc/
xrecord.h 54 extern Display *rdpy_ctrl;
xrecord.c 64 Display *rdpy_ctrl = NULL; /* Control connection for RECORD */ variable
182 rdpy_ctrl = NULL;
227 if (rdpy_ctrl) {
228 XCloseDisplay_wr(rdpy_ctrl);
229 rdpy_ctrl = NULL;
231 rdpy_ctrl = XOpenDisplay_wr(DisplayString(dpy));
232 if (!rdpy_ctrl) {
233 fprintf(stderr, "rdpy_ctrl open failed: %s / %s / %s / %s\n", getenv("DISPLAY"), DisplayString(dpy), getenv("XAUTHORITY"), getenv("XAUTHORIT_"));
236 XSync(rdpy_ctrl, True);
242 if (!rdpy_ctrl || ! rdpy_data)
    [all...]
xevents.c     [all...]
userinput.c     [all...]

Completed in 217 milliseconds