From 03f93b8cac180efda7b0fc93196c6a64f8fa2f08 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sun, 13 Jun 2004 12:05:19 +0000 Subject: [PATCH] added 1600x1200 resolution --- src/configuration.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/configuration.c b/src/configuration.c index a4c97b0..0b5d677 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -1,4 +1,4 @@ -/* $Id: configuration.c,v 1.60 2004/06/11 20:10:11 stpohle Exp $ +/* $Id: configuration.c,v 1.61 2004/06/13 12:05:19 stpohle Exp $ * configuration */ #include @@ -469,7 +469,8 @@ config_video () {"640x480", NULL}, {"800x600", NULL}, {"1024x768", NULL}, - {"1280x1024", NULL} + {"1280x1024", NULL}, + {"1600x1200", NULL} }; _charlist screenbpp[] = { {"16", NULL}, @@ -483,7 +484,7 @@ config_video () _menu *menu; /* set all pointers in this array */ - charlist_fillarraypointer (screenres, 4); + charlist_fillarraypointer (screenres, 5); charlist_fillarraypointer (screenbpp, 3); /* select the current settings */