Revision: 5061
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=5061&view=rev
Author:   atkac
Date:     2013-03-14 13:41:14 +0000 (Thu, 14 Mar 2013)
Log Message:
-----------
Remove bogus -geometry width/height adjustment from vncserver script

Modified Paths:
--------------
    trunk/unix/vncserver

Modified: trunk/unix/vncserver
===================================================================
--- trunk/unix/vncserver        2013-03-06 21:42:39 UTC (rev 5060)
+++ trunk/unix/vncserver        2013-03-14 13:41:14 UTC (rev 5061)
@@ -373,14 +373,6 @@
            die "$prog: geometry $geometry is invalid\n";
        }
 
-       while (($width % 4)!=0) {
-           $width = $width + 1;
-       }
-
-       while (($height % 2)!=0) {
-           $height = $height + 1;
-       }
-
        $geometry = "${width}x$height";
     } else {
        die "$prog: geometry $geometry is invalid\n";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to