diff options
author | Peter Åstrand <astrand@cendio.se> | 2009-04-14 13:47:02 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2009-04-14 13:47:02 +0000 |
commit | a9efd3885f6df4f23dbaf448b14b0ca9e09b6b6b (patch) | |
tree | 7464d434327b07c1caeeb4d901b217b37937db8d /win/winvnc | |
parent | 50cfae7219ef80051baade16d9a364ca4ee20706 (diff) | |
download | tigervnc-a9efd3885f6df4f23dbaf448b14b0ca9e09b6b6b.tar.gz tigervnc-a9efd3885f6df4f23dbaf448b14b0ca9e09b6b6b.zip |
The index.vnc in the javabin directory was removed in r3667. We could
resurrect it, but the location is not very good. One alternative would
be to use java/src/com/tigervnc/vncviewer/index.vnc, but this file is,
despite it's location, specific to Xvnc. Long term, we should probably
merge the two different .vnc files into one. It might also make sense
to ship the WinVNC .vnc on disk rather than inside the EXE. But for
now, use the .vnc just as before. I have resurrected it in the winvnc
directory, though.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3776 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/winvnc')
-rw-r--r-- | win/winvnc/index.vnc | 13 | ||||
-rw-r--r-- | win/winvnc/winvnc.rc | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/win/winvnc/index.vnc b/win/winvnc/index.vnc new file mode 100644 index 00000000..aecb6131 --- /dev/null +++ b/win/winvnc/index.vnc @@ -0,0 +1,13 @@ +<HTML> +<HEAD> +<TITLE> +VNC viewer for Java +</TITLE> +</HEAD> +<BODY> +<APPLET CODE=vncviewer/VNCViewer.class ARCHIVE=vncviewer.jar + WIDTH=400 HEIGHT=250> +<PARAM name="port" value="$PORT"> +</APPLET> +</BODY> +</HTML> diff --git a/win/winvnc/winvnc.rc b/win/winvnc/winvnc.rc index cba7cc90..2fd0d2b2 100644 --- a/win/winvnc/winvnc.rc +++ b/win/winvnc/winvnc.rc @@ -211,7 +211,7 @@ END // /VNCVIEWER.JAR HTTPFILE DISCARDABLE "..\\..\\java\\src\\com\\tigervnc\\vncviewer\\VncViewer.jar" -/INDEX.VNC HTTPFILE DISCARDABLE "..\\..\\common\\javabin\\index.vnc" +/INDEX.VNC HTTPFILE DISCARDABLE "index.vnc" ///////////////////////////////////////////////////////////////////////////// // |