File diff r2194:cd71363540c8 → r2195:f40560511b07
unix.c
Show inline comments
 
@@ -378,7 +378,9 @@ const DriverDesc _video_driver_descs[] =
 
#if defined(WITH_SDL)
 
	{ "sdl",	"SDL Video Driver",		&_sdl_video_driver,		1},
 
#endif
 
#ifdef ENABLE_NETWORK
 
	{ "dedicated", "Dedicated Video Driver", &_dedicated_video_driver, 0},
 
#endif
 
	{ NULL,		NULL,									NULL,									0}
 
};