Use 1024x768 by default as does zbeos now... might not really look best in browser though.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24962 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-04-13 18:24:15 +00:00
parent ebf8c71d74
commit 52a7cf96b9

View File

@ -25,8 +25,10 @@ define("VNCCLASS", "VncViewer.class");
define("MAX_QEMUS", 8); define("MAX_QEMUS", 8);
// size of the java applet, must match the default resolution of the image. // size of the java applet, must match the default resolution of the image.
define("APPLET_WIDTH", "800"); //define("APPLET_WIDTH", "800");
define("APPLET_HEIGHT", "600"); //define("APPLET_HEIGHT", "600");
define("APPLET_WIDTH", "1024");
define("APPLET_HEIGHT", "768");
// vnc protocol base port. // vnc protocol base port.
define("VNCPORTBASE", 5900); define("VNCPORTBASE", 5900);