From 5993dd757e5af00af6565b3411ea10fd46eafbdf Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 15 Jan 2006 03:58:48 +0000 Subject: x11vnc: add -8to24 option for some multi-depth displays. --- x11vnc/tkx11vnc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11vnc/tkx11vnc.h') diff --git a/x11vnc/tkx11vnc.h b/x11vnc/tkx11vnc.h index c5aedf8..37d4c6b 100644 --- a/x11vnc/tkx11vnc.h +++ b/x11vnc/tkx11vnc.h @@ -132,6 +132,7 @@ char gui_code[] = ""; " =GAL OverlayVisuals::\n" " overlay\n" " overlay_nocursor\n" +" 8to24\n" " =GAL LOFF\n" " =GAL 8-Bit-Color::\n" " flashcmap\n" @@ -1457,7 +1458,7 @@ char gui_code[] = ""; " if {! $sawopts} {\n" " continue;\n" " }\n" -" if {[regexp {^-([A-z_][A-z_]*)} $line match name]} {\n" +" if {[regexp {^-([0-9A-z_][0-9A-z_]*)} $line match name]} {\n" " set allnames($name) 1;\n" " if {\"$curropt\" != \"no$name\" && \"no$curropt\" != \"$name\"} {\n" " set curropt $name;\n" @@ -1536,7 +1537,7 @@ char gui_code[] = ""; " if {! $sawopts} {\n" " continue;\n" " }\n" -" if {[regexp {^([A-z_][A-z_:]*)} $line match name]} {\n" +" if {[regexp {^([0-9A-z_][0-9A-z_:]*)} $line match name]} {\n" " regsub {:.*$} $name \"\" popt\n" " lappend possopts $popt\n" " if {\"$curropt\" != \"no$name\" && \"no$curropt\" != \"$name\"} {\n" -- cgit v1.2.1