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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11vnc/options.h') diff --git a/x11vnc/options.h b/x11vnc/options.h index e6dea7a..5866e87 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -178,6 +178,8 @@ extern int macosx_icon_anim_time; extern unsigned long subwin; extern int subwin_wait_mapped; +extern int freeze_when_obscured; +extern int subwin_obscured; extern int debug_xevents; extern int debug_xdamage; @@ -367,6 +369,7 @@ extern int verbose; extern int use_threads; extern int started_rfbRunEventLoop; +extern int threads_drop_input; extern int got_noxwarppointer; extern int got_rfbport; -- cgit v1.2.3