diff options
Diffstat (limited to 'x11vnc/tkx11vnc.h')
-rw-r--r-- | x11vnc/tkx11vnc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11vnc/tkx11vnc.h b/x11vnc/tkx11vnc.h index 66b7398..b00fc1d 100644 --- a/x11vnc/tkx11vnc.h +++ b/x11vnc/tkx11vnc.h @@ -235,6 +235,10 @@ " input_skip:\n" " =D nodragging\n" " --\n" +" wireframe\n" +" wireframe_mode:\n" +" =-C:never,top,always wirecopyrect:\n" +" --\n" " noshm\n" " flipbyteorder\n" " onetile\n" @@ -378,6 +382,10 @@ "Set the -xrandr mode value.\n" "\"\n" "\n" +" set helptext(wireframe_mode) \"\n" +"Set the -wireframe mode string value.\n" +"\"\n" +"\n" " set helptext(simple-gui) \"\n" "Toggle between menu items corresponding the most basic ones\n" "and all possible settings. I.e. toggle between a simple gui\n" @@ -2827,6 +2835,8 @@ " set nitem \"sb\"\n" " } elseif {$nitem == \"xrandr_mode\"} {\n" " set nitem \"xrandr\"\n" +" } elseif {$nitem == \"wireframe_mode\"} {\n" +" set nitem \"wireframe\"\n" " } elseif {$nitem == \"solid_color\"} {\n" " set nitem \"solid\"\n" " }\n" |