From 7a8b8e57e7bd6b6a61b8492031bf5e995272e6bf Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 17 Oct 2011 18:51:27 +0000 Subject: Always show the Strife intro splash screen in windowed mode, and finish the splash screen before network startup. Subversion-branch: /branches/v2-branch Subversion-revision: 2435 --- src/i_video.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/i_video.h') diff --git a/src/i_video.h b/src/i_video.h index 272ffb08..7cc45dc9 100644 --- a/src/i_video.h +++ b/src/i_video.h @@ -78,6 +78,7 @@ typedef boolean (*grabmouse_callback_t)(void); // and sets up the video mode void I_InitGraphics (void); +void I_GraphicsCheckCommandLine(void); void I_ShutdownGraphics(void); @@ -125,5 +126,10 @@ extern boolean screensaver_mode; extern int usegamma; extern byte *I_VideoBuffer; -#endif +extern int screen_width; +extern int screen_height; +extern int screen_bpp; +extern int fullscreen; +extern int aspect_ratio_correct; +#endif -- cgit v1.2.3