]> source.dussan.org Git - tigervnc.git/commitdiff
A bug has been fixed -- the player did not update the framebuffer size
authorConstantin Kaplinsky <const@tightvnc.com>
Sun, 22 Sep 2002 11:29:56 +0000 (11:29 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Sun, 22 Sep 2002 11:29:56 +0000 (11:29 +0000)
on re-opening sessions.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2525 3789f03b-4d11-0410-bbf8-ca57d06f2519

java/src/com/tightvnc/rfbplayer/RfbPlayer.java

index 0a7838c1be29364563efdb88a8071f401f0e8e56..7d6434843bb24c45efff539075c5090c8339dd16 100644 (file)
@@ -179,6 +179,7 @@ public class RfbPlayer extends java.applet.Applet
            initialTimeOffset = 0;
            autoPlay = false;
            rfb.newSession(url);
+           vc.updateFramebufferSize();
          }
        }
       }