]> git.sesse.net Git - ccbs/blobdiff - bigscreen/resolution.h
Make a "logical resolution" (yuck!) of 800x600 for all the screens, and make fonts...
[ccbs] / bigscreen / resolution.h
index 0bbddf3e66bd0d3987309b8cf5a9f0859a9daeaa..ba9472ac3a17f6004686a6ce3043c8c313ca5a62 100644 (file)
@@ -4,4 +4,12 @@
 #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
+
 #endif /* !defined(_RESOLUTION_H) */