Searched refs:clip_str (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xinerama.c | 270 if (!clip_str || !dpy) { in check_xinerama_clip() 273 if (sscanf(clip_str, "xinerama%d", &k) == 1) { in check_xinerama_clip() 275 } else if (sscanf(clip_str, "screen%d", &k) == 1) { in check_xinerama_clip() 281 free(clip_str); in check_xinerama_clip() 282 clip_str = NULL; in check_xinerama_clip() 320 clip_str = strdup(str); in check_xinerama_clip() 323 clip_str = strdup(""); in check_xinerama_clip() 327 rfbLog("set -clip to '%s' for xinerama%d\n", clip_str, k); in check_xinerama_clip()
|
D | options.h | 88 extern char *clip_str;
|
D | options.c | 88 char *clip_str = NULL; /* -clip */ variable
|
D | remote.c | 1287 NONUL(clip_str)); in process_remote_cmd() 1291 if (clip_str) { in process_remote_cmd() 1293 free(clip_str); in process_remote_cmd() 1301 clip_str = strdup(p); in process_remote_cmd() 1308 clip_str = strdup(p); in process_remote_cmd()
|
D | x11vnc.c | 1455 fprintf(stderr, " clip: %s\n", clip_str ? clip_str in print_settings() 2329 clip_str = strdup(argv[++i]); in main() local 5172 if (clip_str != NULL && dpy != NULL) { in main()
|
D | screen.c | 2375 if (clip_str) { in initialize_clipshift() 2377 if (parse_geom(clip_str, &w, &h, &x, &y, wdpy_x, wdpy_y)) { in initialize_clipshift() 2398 clip_str); in initialize_clipshift()
|