From 52a7cf96b96261cc2f19456371b7de996dc36316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 13 Apr 2008 18:24:15 +0000 Subject: [PATCH] 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 --- 3rdparty/mmu_man/onlinedemo/haiku.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/3rdparty/mmu_man/onlinedemo/haiku.php b/3rdparty/mmu_man/onlinedemo/haiku.php index b17dcd532c..c5e4196665 100755 --- a/3rdparty/mmu_man/onlinedemo/haiku.php +++ b/3rdparty/mmu_man/onlinedemo/haiku.php @@ -25,8 +25,10 @@ define("VNCCLASS", "VncViewer.class"); define("MAX_QEMUS", 8); // size of the java applet, must match the default resolution of the image. -define("APPLET_WIDTH", "800"); -define("APPLET_HEIGHT", "600"); +//define("APPLET_WIDTH", "800"); +//define("APPLET_HEIGHT", "600"); +define("APPLET_WIDTH", "1024"); +define("APPLET_HEIGHT", "768"); // vnc protocol base port. define("VNCPORTBASE", 5900);