summaryrefslogtreecommitdiff
path: root/setup/display.h
diff options
context:
space:
mode:
authorSimon Howard2008-02-09 22:04:13 +0000
committerSimon Howard2008-02-09 22:04:13 +0000
commitaadc860d70492ca5d966864a0b6fb3f49dbc4001 (patch)
treed851bb5ac0cbd9dac584a8118f8ef53bf68cbb84 /setup/display.h
parent2a464e0d569e651e4bd660c995702b263c8741c4 (diff)
downloadchocolate-doom-aadc860d70492ca5d966864a0b6fb3f49dbc4001.tar.gz
chocolate-doom-aadc860d70492ca5d966864a0b6fb3f49dbc4001.tar.bz2
chocolate-doom-aadc860d70492ca5d966864a0b6fb3f49dbc4001.zip
Set the SDL_VIDEODRIVER in setup, so that we get the correct modes list
(different video drivers can give different results). Restart textscreen when the video driver is changed. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1067
Diffstat (limited to 'setup/display.h')
-rw-r--r--setup/display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/display.h b/setup/display.h
index d8dcce7f..f0c76184 100644
--- a/setup/display.h
+++ b/setup/display.h
@@ -31,6 +31,7 @@ extern int show_endoom;
extern char *video_driver;
void ConfigDisplay(void);
+void SetDisplayDriver(void);
#endif /* #ifndef SETUP_DISPLAY_H */