From 1967913e9530139eb355b7b3108bb12314ba47da Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 22 Jan 2006 03:56:23 +0000 Subject: x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crash --- x11vnc/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'x11vnc/options.c') diff --git a/x11vnc/options.c b/x11vnc/options.c index 3d548e0..7514452 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -89,6 +89,7 @@ int flash_cmap = 0; /* follow installed colormaps */ int shift_cmap = 0; /* ncells < 256 and needs shift of pixel values */ int force_indexed_color = 0; /* whether to force indexed color for 8bpp */ int cmap8to24 = 0; /* -8to24 */ +char *cmap8to24_str = NULL; int launch_gui = 0; /* -gui */ int use_modifier_tweak = 1; /* use the shift/altgr modifier tweak */ -- cgit v1.2.1