summaryrefslogtreecommitdiffstats
path: root/x11vnc/x11vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r--x11vnc/x11vnc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h
index c5ff32a..eb5f916 100644
--- a/x11vnc/x11vnc.h
+++ b/x11vnc/x11vnc.h
@@ -114,7 +114,7 @@
#define PASSWD_UNLESS_NOPW 0
#endif
-#define REL81
+#define noREL81
/*
* Beginning of support for small binary footprint build for embedded
@@ -320,6 +320,8 @@ extern char lastmod[];
extern Display *dpy; /* the single display screen we connect to */
extern int scr;
+extern char *xauth_raw_data;
+extern int xauth_raw_len;
extern Window window, rootwin; /* polled window, root window (usu. same) */
extern Visual *default_visual; /* the default visual (unless -visual) */
extern int bpp, depth;
OpenPOWER on IntegriCloud