diff options
author | runge <runge> | 2005-02-05 17:06:20 +0000 |
---|---|---|
committer | runge <runge> | 2005-02-05 17:06:20 +0000 |
commit | 2bc615f6e07edf1dd7a868d13a46f848374e2063 (patch) | |
tree | 91f04aa16d6023e6e2eb039d3f2e4d0f752a96e8 /x11vnc/tkx11vnc.h | |
parent | 914f7b71c5af96add7d99fd0dcdcf9ee33099cd6 (diff) | |
download | libtdevnc-2bc615f6e07edf1dd7a868d13a46f848374e2063.tar.gz libtdevnc-2bc615f6e07edf1dd7a868d13a46f848374e2063.zip |
x11vnc -solid color, -opts; tightvnc unix viewer alpha patch
Diffstat (limited to 'x11vnc/tkx11vnc.h')
-rw-r--r-- | x11vnc/tkx11vnc.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11vnc/tkx11vnc.h b/x11vnc/tkx11vnc.h index 8bca5a6..32ccbc2 100644 --- a/x11vnc/tkx11vnc.h +++ b/x11vnc/tkx11vnc.h @@ -126,6 +126,9 @@ " =DP blackout:\n" " =D xinerama\n" " --\n" +" solid\n" +" solid_color:\n" +" --\n" " = xrandr\n" " =-C:resize,newfbsize,exit xrandr_mode:\n" " padgeom:\n" @@ -133,9 +136,9 @@ "Keyboard\n" " norepeat\n" " add_keysyms\n" +" skip_keycodes:\n" " modtweak\n" " xkb\n" -" skip_keycodes:\n" " --\n" " =FP remap:\n" " --\n" @@ -328,6 +331,10 @@ "You will be prompted to confirm any disconnections.\n" "\"\n" "\n" +" set helptext(solid_color) \"\n" +"Set the -solid color value.\n" +"\"\n" +"\n" " set helptext(xrandr_mode) \"\n" "Set the -xrandr mode value.\n" "\"\n" @@ -396,7 +403,7 @@ "\n" "4) Below the x11 and vnc displays text label is a text area there scrolling\n" "information about actions being taken and commands being run is displayed.\n" -"To scroll use PageUp/PageDown or the arrow keys.\n" +"To scroll click in the area and use PageUp/PageDown or the arrow keys.\n" "\n" "5) At the bottom is an entry area. When one selects a menu item that\n" "requires supplying a string value, the label will be set to the\n" @@ -2325,6 +2332,8 @@ " set nitem \"sb\"\n" " } elseif {$nitem == \"xrandr_mode\"} {\n" " set nitem \"xrandr\"\n" +" } elseif {$nitem == \"solid_color\"} {\n" +" set nitem \"solid\"\n" " }\n" " lappend cmd \"-$nitem\"\n" " lappend cmd $menu_var($item)\n" |