summaryrefslogtreecommitdiff
path: root/src/i_video.h
diff options
context:
space:
mode:
authorSimon Howard2010-11-24 22:43:37 +0000
committerSimon Howard2010-11-24 22:43:37 +0000
commit288d322c0b679675a80c0fc763b1063613c77ce5 (patch)
tree020ec93e9f2a79cc3c10d5c261cc1d59f85221b2 /src/i_video.h
parentcf82ce9d7bb8d71ae583753aab642c5ba4ee8d06 (diff)
downloadchocolate-doom-288d322c0b679675a80c0fc763b1063613c77ce5.tar.gz
chocolate-doom-288d322c0b679675a80c0fc763b1063613c77ce5.tar.bz2
chocolate-doom-288d322c0b679675a80c0fc763b1063613c77ce5.zip
Add configuration file parameter and command line option to specify the
screen pixel depth. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2166
Diffstat (limited to 'src/i_video.h')
-rw-r--r--src/i_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_video.h b/src/i_video.h
index 94ffcc29..44fe1cd2 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -89,6 +89,7 @@ extern char *video_driver;
extern int autoadjust_video_settings;
extern boolean screenvisible;
extern int screen_width, screen_height;
+extern int screen_bpp;
extern int fullscreen;
extern int aspect_ratio_correct;
extern int grabmouse;