diff options
author | runge <runge> | 2008-10-19 16:16:41 +0000 |
---|---|---|
committer | runge <runge> | 2008-10-19 16:16:41 +0000 |
commit | 1c03dd4d51a35103e93c3adaf1f619c868324c77 (patch) | |
tree | acbd2c41501e1c491023ab36717febdab32aff03 /x11vnc/tkx11vnc.h | |
parent | 16c7ea1b357ab518ee5a40f2a663843f064479a9 (diff) | |
download | libtdevnc-1c03dd4d51a35103e93c3adaf1f619c868324c77.tar.gz libtdevnc-1c03dd4d51a35103e93c3adaf1f619c868324c77.zip |
x11vnc: -chatwindow, -scale WxH, -enc changes.
Diffstat (limited to 'x11vnc/tkx11vnc.h')
-rw-r--r-- | x11vnc/tkx11vnc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11vnc/tkx11vnc.h b/x11vnc/tkx11vnc.h index db14c40..dcc4ce5 100644 --- a/x11vnc/tkx11vnc.h +++ b/x11vnc/tkx11vnc.h @@ -139,6 +139,11 @@ char gui_code[] = ""; " tightfilexfer\n" " ultrafilexfer\n" " proxy:\n" +" =GAL Chat::\n" +" chatwindow\n" +" =DRA chaton\n" +" =DRA chatoff\n" +" =GAL LOFF\n" " =GAL Java-applet::\n" " =D http\n" " httpdir:\n" @@ -1074,6 +1079,12 @@ char gui_code[] = ""; "but this can be altered by -httpport, etc.\n" "\"\n" "\n" +" set helptext(Chat:) \"\n" +"In this sub-menu are some options for enabling a local chat window\n" +"and starting or stopping the current chat. This is the UltraVNC \n" +"Text Chat support in x11vnc.\n" +"\"\n" +"\n" " set helptext(ScrollCopyRect:) \"\n" "This sub-menu has some options for the x11vnc Scroll detection and\n" "CopyRect speedup scheme.\n" |