summaryrefslogtreecommitdiffstats
path: root/x11vnc/tkx11vnc
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/tkx11vnc')
-rwxr-xr-xx11vnc/tkx11vnc10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11vnc/tkx11vnc b/x11vnc/tkx11vnc
index 6f16085..0ed781b 100755
--- a/x11vnc/tkx11vnc
+++ b/x11vnc/tkx11vnc
@@ -229,6 +229,10 @@ Tuning
input_skip:
=D nodragging
--
+ wireframe
+ wireframe_mode:
+ =-C:never,top,always wirecopyrect:
+ --
noshm
flipbyteorder
onetile
@@ -372,6 +376,10 @@ Set the -solid color value.
Set the -xrandr mode value.
"
+ set helptext(wireframe_mode) "
+Set the -wireframe mode string value.
+"
+
set helptext(simple-gui) "
Toggle between menu items corresponding the most basic ones
and all possible settings. I.e. toggle between a simple gui
@@ -2821,6 +2829,8 @@ proc get_start_x11vnc_cmd {{show_rc 0}} {
set nitem "sb"
} elseif {$nitem == "xrandr_mode"} {
set nitem "xrandr"
+ } elseif {$nitem == "wireframe_mode"} {
+ set nitem "wireframe"
} elseif {$nitem == "solid_color"} {
set nitem "solid"
}