From: george82 Date: Sun, 10 Sep 2006 11:45:19 +0000 (+0000) Subject: Fixed the bug with the zero-sized vncviewer window when X-Git-Tag: v0.0.90~384^2~227 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d2c2252db914dcc20849b01dea83124dede89de6;p=tigervnc.git Fixed the bug with the zero-sized vncviewer window when vncviewer run in the fullscreen mode and then changed to the window mode. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@656 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/win/vncviewer/CConn.cxx b/win/vncviewer/CConn.cxx index b9ea5ad7..708fd66b 100644 --- a/win/vncviewer/CConn.cxx +++ b/win/vncviewer/CConn.cxx @@ -634,9 +634,9 @@ void CConn::serverInit() { // Show the window window = new DesktopWindow(this); - applyOptions(options); window->setName(cp.name()); window->setSize(cp.width, cp.height); + applyOptions(options); // Save the server's current format serverDefaultPF = cp.pf();