]> git.sesse.net Git - ccbs/blobdiff - bigscreen/resolution.h
Disable cursor in fullscreen mode.
[ccbs] / bigscreen / resolution.h
index 0bbddf3e66bd0d3987309b8cf5a9f0859a9daeaa..e58e1175504acfe6504fa5758d776d0211127861 100644 (file)
@@ -1,7 +1,18 @@
 #ifndef _RESOLUTION_H
 #define _RESOLUTION_H 1
 
-#define SCREEN_WIDTH 800
-#define SCREEN_HEIGHT 600
+#define SCREEN_WIDTH 640
+#define SCREEN_HEIGHT 480
+#define SCREEN_LCD 0
+
+#define USE_FULLSCREEN 1
+
+/*
+ * 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) */