summaryrefslogtreecommitdiff
path: root/src/i_video.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-26 15:37:09 +0000
committerSimon Howard2006-05-26 15:37:09 +0000
commit4ec7c7b066c4754b8ef8b01397111f6177b0d9b2 (patch)
tree73695fa389e028bed524b9bab9f66fffdae5abf4 /src/i_video.h
parent95b8e84325654d5024b602b5e974447bef5e37fd (diff)
downloadchocolate-doom-4ec7c7b066c4754b8ef8b01397111f6177b0d9b2.tar.gz
chocolate-doom-4ec7c7b066c4754b8ef8b01397111f6177b0d9b2.tar.bz2
chocolate-doom-4ec7c7b066c4754b8ef8b01397111f6177b0d9b2.zip
Add an option to disable autoadjusting the video mode.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 532
Diffstat (limited to 'src/i_video.h')
-rw-r--r--src/i_video.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/i_video.h b/src/i_video.h
index d3ca7376..3b9b673f 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: i_video.h 484 2006-05-19 20:01:59Z fraggle $
+// $Id: i_video.h 532 2006-05-26 15:37:09Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -60,9 +60,10 @@ void I_EndRead (void);
void I_SetWindowCaption(void);
void I_SetWindowIcon(void);
+extern int autoadjust_video_settings;
extern boolean screenvisible;
extern int screenmultiply;
-extern boolean fullscreen;
+extern int fullscreen;
extern boolean grabmouse;
extern float mouse_acceleration;
extern int startup_delay;