Set current_display_server by default to dispserv_null

This commit is contained in:
twinaphex 2018-11-25 19:12:21 +01:00
parent ff4fa3be7a
commit fb957f29a8

View File

@ -20,7 +20,7 @@
#include "video_driver.h" #include "video_driver.h"
#include "../verbosity.h" #include "../verbosity.h"
static const video_display_server_t *current_display_server = NULL; static const video_display_server_t *current_display_server = &dispserv_null;
static void *current_display_server_data = NULL; static void *current_display_server_data = NULL;
const char *video_display_server_get_ident(void) const char *video_display_server_get_ident(void)