openbsd-ports/x11/x11vnc/patches/patch-x11vnc_options_c
2011-09-15 20:27:29 +00:00

16 lines
484 B
Plaintext

$OpenBSD: patch-x11vnc_options_c,v 1.2 2011/09/15 20:27:29 sthen Exp $
don't use xrecord for now; https://bugs.freedesktop.org/show_bug.cgi?id=30032
--- x11vnc/options.c.orig Wed Aug 10 23:31:32 2011
+++ x11vnc/options.c Wed Sep 14 15:56:22 2011
@@ -249,7 +249,7 @@ time_t pad_geometry_time = 0;
int use_snapfb = 0;
int use_xrecord = 0;
-int noxrecord = 0;
+int noxrecord = 1;
char *client_connect = NULL; /* strings for -connect option */
char *client_connect_file = NULL;