svgalib support

This commit is contained in:
Bradley Bell 2001-01-22 14:58:52 +00:00
parent fb6dda4083
commit c83e86ffe7
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ void arch_init()
{
// Initialise the library
arch_sdl_init();
#ifdef __SVGALIB__
#ifdef SVGALIB_INPUT
arch_svgalib_init();
#endif
if (!args_find( "-nojoystick" )) {

View file

@ -2,7 +2,7 @@
#include <conf.h>
#ifdef __SVGALIB__
#ifdef SVGALIB_INPUT
#include "args.h"
@ -14,4 +14,4 @@ void arch_svgalib_init()
d_mouse_init();
}
#endif /* __SVGALIB__ */
#endif /* SVGALIB_INPUT */