X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fresolution.h;h=6898112b239cdbc642fe2c4e5bbc0c7196effb33;hp=ba9472ac3a17f6004686a6ce3043c8c313ca5a62;hb=HEAD;hpb=1f0419e8b9ad6225c901fdc9b272727547c08165 diff --git a/bigscreen/resolution.h b/bigscreen/resolution.h index ba9472a..6898112 100644 --- a/bigscreen/resolution.h +++ b/bigscreen/resolution.h @@ -1,15 +1,6 @@ #ifndef _RESOLUTION_H #define _RESOLUTION_H 1 -#define SCREEN_WIDTH 800 -#define SCREEN_HEIGHT 600 - -/* - * This is used in the screens, mostly for historical reasons (they were - * first hard-coded to 800x600, and changing them to be resolution-independent - * is not a project for today). - */ -#define LOGICAL_SCREEN_WIDTH 800 -#define LOGICAL_SCREEN_HEIGHT 600 +#define USE_SPLITSCREEN 1 #endif /* !defined(_RESOLUTION_H) */