From 00a9a0ea4d0f642b34b4423ea867099b52edf078 Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 2 Dec 2009 22:09:51 -0500 Subject: x11vnc: -appshare mode for sharing an application windows instead of the entire desktop. map port + 5500 in reverse connect. Add id_cmd remote control functions for id (and other) windows. Allow zero port in SSL reverse connections. Adjust delays between multiple reverse connections; X11VNC_REVERSE_SLEEP_MAX env var. Add some missing mutex locks; add INPUT_LOCK and threads_drop_input. More safety in -threads mode for new framebuffer change. Fix some stderr leaking in -inetd mode. --- x11vnc/options.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11vnc/options.c') diff --git a/x11vnc/options.c b/x11vnc/options.c index 2003225..5ec1a19 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -206,6 +206,8 @@ int macosx_icon_anim_time = 450; unsigned long subwin = 0x0; /* -id, -sid */ int subwin_wait_mapped = 0; +int freeze_when_obscured = 0; +int subwin_obscured = 0; int debug_xevents = 0; /* -R debug_xevents:1 */ int debug_xdamage = 0; /* -R debug_xdamage:1 or 2 ... */ @@ -472,6 +474,7 @@ int verbose = 0; /* threaded vs. non-threaded (default) */ int use_threads = 0; int started_rfbRunEventLoop = 0; +int threads_drop_input = 0; /* info about command line opts */ int got_noxwarppointer = 0; -- cgit v1.2.1