From b868352951acee0e556d702e5e90aa67d9a2b39e Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 11 Sep 2008 21:03:48 +0000 Subject: Refactor configuration file system to allow configuration file variables to be bound in a distributed fashion around the program. Remove dependency of m_config.c on doom/. Subversion-branch: /branches/raven-branch Subversion-revision: 1222 --- src/i_video.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/i_video.h') diff --git a/src/i_video.h b/src/i_video.h index f95adc96..60cb9d85 100644 --- a/src/i_video.h +++ b/src/i_video.h @@ -100,20 +100,15 @@ void I_CheckIsScreensaver(void); void I_SetGrabMouseCallback(grabmouse_callback_t func); void I_DisplayFPSDots(boolean dots_on); +void I_BindVideoVariables(void); extern char *video_driver; -extern int autoadjust_video_settings; extern boolean screenvisible; -extern int screen_width, screen_height; -extern int fullscreen; -extern int aspect_ratio_correct; -extern int grabmouse; extern float mouse_acceleration; extern int mouse_threshold; -extern int startup_delay; extern int vanilla_keyboard_mapping; extern boolean screensaver_mode; - +extern int usegamma; #endif -- cgit v1.2.3