From: Steinar H. Gunderson Date: Tue, 1 Mar 2005 02:14:33 +0000 (+0000) Subject: Set default resolution to 1024x768. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=d631b3081f7ea9d5618b93b71180d4df3124188e;ds=sidebyside Set default resolution to 1024x768. --- 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