Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: made the WinRT video driver report its name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Nov 25, 2012
1 parent 2c2aeb0 commit a22892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windowsrt/SDL_winrtvideo.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit a22892d

Please sign in to comment.