From 676ba64255161edac934924d21e37914f2528995 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 4 May 2005 00:45:31 +0000 Subject: [PATCH] deprecate win-width, win-height --- panda/src/configfiles/panda.prc.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/panda/src/configfiles/panda.prc.pp b/panda/src/configfiles/panda.prc.pp index 44d8de563e..e269a4c31b 100644 --- a/panda/src/configfiles/panda.prc.pp +++ b/panda/src/configfiles/panda.prc.pp @@ -12,8 +12,7 @@ # Let's set up a default window size of 800x600. The user can # override this in his or her personal prc file. -win-width 800 -win-height 600 +win-size 800 600 # Define the display types that have been compiled in. Panda will # pick one of these by going through the list in this order until one