From d631b3081f7ea9d5618b93b71180d4df3124188e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 1 Mar 2005 02:14:33 +0000 Subject: [PATCH] Set default resolution to 1024x768. --- bigscreen/resolution.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigscreen/resolution.h b/bigscreen/resolution.h index ba9472a..a8be1d4 100644 --- a/bigscreen/resolution.h +++ b/bigscreen/resolution.h @@ -1,8 +1,8 @@ #ifndef _RESOLUTION_H #define _RESOLUTION_H 1 -#define SCREEN_WIDTH 800 -#define SCREEN_HEIGHT 600 +#define SCREEN_WIDTH 1024 +#define SCREEN_HEIGHT 768 /* * This is used in the screens, mostly for historical reasons (they were -- 2.39.2