From b8f6d41418982163965dd5beb0b39dbdce1fbe8f Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 4 Dec 2004 17:54:56 +0000 Subject: (svn r942) -Merged branch/network back into the trunk --- unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'unix.c') diff --git a/unix.c b/unix.c index 0704022ac..fe0ecb101 100644 --- a/unix.c +++ b/unix.c @@ -331,6 +331,7 @@ const DriverDesc _video_driver_descs[] = { #if defined(WITH_SDL) { "sdl", "SDL Video Driver", &_sdl_video_driver, 1}, #endif + { "dedicated", "Dedicated Video Driver", &_dedicated_video_driver, 0}, { NULL, NULL, NULL, 0} }; -- cgit v1.2.3-54-g00ecf