]> git.sesse.net Git - ccbs/blob - bigscreen/resolution.h
Don't show "needs to qualify" if all in group qualify.
[ccbs] / bigscreen / resolution.h
1 #ifndef _RESOLUTION_H
2 #define _RESOLUTION_H 1
3
4 #define SCREEN_WIDTH 1024
5 #define SCREEN_HEIGHT 768
6
7 /*
8  * This is used in the screens, mostly for historical reasons (they were
9  * first hard-coded to 800x600, and changing them to be resolution-independent
10  * is not a project for today).
11  */
12 #define LOGICAL_SCREEN_WIDTH 800
13 #define LOGICAL_SCREEN_HEIGHT 600
14
15 #endif /* !defined(_RESOLUTION_H) */