WinRT: made the WinRT video driver report its name correctly

This commit is contained in:
David Ludwig 2012-11-25 17:35:41 -05:00
parent fb9e63614b
commit 7b43dbe1a1

View File

@ -48,7 +48,7 @@ extern "C" {
extern SDL_WinRTApp ^ SDL_WinRTGlobalApp;
#define WINRTVID_DRIVER_NAME "dummy"
#define WINRTVID_DRIVER_NAME "winrt"
/* Initialization/Query functions */
static int WINRT_VideoInit(_THIS);