diff options
author | dscho <dscho> | 2002-07-28 16:45:16 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-07-28 16:45:16 +0000 |
commit | 7e6d5c65eb90a567b665965643f3c874cb4a1658 (patch) | |
tree | 8db0433bd49e6053285c4b09cb197ebc23f4bf43 /classes/index.vnc | |
parent | 131ede28a74bb18037f5bfbbe1f9ac8f26546544 (diff) | |
download | libtdevnc-7e6d5c65eb90a567b665965643f3c874cb4a1658.tar.gz libtdevnc-7e6d5c65eb90a567b665965643f3c874cb4a1658.zip |
NewFB encoding added
Diffstat (limited to 'classes/index.vnc')
-rw-r--r-- | classes/index.vnc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/index.vnc b/classes/index.vnc index 5eae27e..6cab43e 100644 --- a/classes/index.vnc +++ b/classes/index.vnc @@ -8,9 +8,10 @@ <TITLE> $USER's $DESKTOP desktop ($DISPLAY) </TITLE> -<APPLET CODE=vncviewer.class ARCHIVE=VncViewer.jar +<APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT> <param name=PORT value=$PORT> +<param name="Open New Window" value=yes> </APPLET> <BR> <A href="http://www.tightvnc.com/">www.TightVNC.com</A> |