summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.h
diff options
context:
space:
mode:
authorrunge <[email protected]>2010-12-29 10:05:52 -0500
committerrunge <[email protected]>2010-12-29 10:05:52 -0500
commit596331a5c3124f080cdcbb400c188c095048ef35 (patch)
tree66eb904b6c0181703d8f3c9ec81352a970d52601 /x11vnc/options.h
parent0c03b989407f9e5ea66b403011baaaad09fcd536 (diff)
downloadlibtdevnc-596331a5c3124f080cdcbb400c188c095048ef35.tar.gz
libtdevnc-596331a5c3124f080cdcbb400c188c095048ef35.zip
x11vnc: Use opengl to read screen on macosx. non-deprecated macosx interfaces for input injection.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r--x11vnc/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h
index cfe0cdd..609f4ce 100644
--- a/x11vnc/options.h
+++ b/x11vnc/options.h
@@ -115,6 +115,8 @@ extern int no_external_cmds;
extern char *allowed_external_cmds;
extern int started_as_root;
extern int host_lookup;
+extern char *unix_sock;
+extern int unix_sock_fd;
extern int ipv6_listen;
extern int got_ipv6_listen;
extern int ipv6_listen_fd;
@@ -184,6 +186,10 @@ extern int macosx_console;
extern int macosx_swap23;
extern int macosx_resize;
extern int macosx_icon_anim_time;
+extern int macosx_no_opengl;
+extern int macosx_no_rawfb;
+extern int macosx_read_opengl;
+extern int macosx_read_rawfb;
extern unsigned long subwin;
extern int subwin_wait_mapped;