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

  /external/libvncserver/x11vnc/
options.c 275 char *wireframe_copyrect = NULL; variable
276 #ifndef WIREFRAME_COPYRECT
277 #define WIREFRAME_COPYRECT 1
279 #if WIREFRAME_COPYRECT
options.h 237 extern char *wireframe_copyrect;
remote.c     [all...]
userinput.c 501 * Set wireframe_copyrect based on desired mode.
504 char *orig = wireframe_copyrect;
506 wireframe_copyrect = strdup(wireframe_copyrect_default);
508 wireframe_copyrect = strdup("always");
510 wireframe_copyrect = strdup("top");
512 wireframe_copyrect = strdup("never");
514 if (! wireframe_copyrect) {
515 wireframe_copyrect = strdup(wireframe_copyrect_default);
520 wireframe_copyrect);
    [all...]
pointer.c 550 strcmp(wireframe_copyrect, "never")) {
x11vnc.c     [all...]

Completed in 43 milliseconds