1.1 --- a/src/video/winrt/SDL_winrtvideo.cpp Sun Nov 02 08:47:05 2014 -0500
1.2 +++ b/src/video/winrt/SDL_winrtvideo.cpp Sun Nov 02 09:02:01 2014 -0500
1.3 @@ -318,9 +318,9 @@
1.4 SDL_VideoData * video_data = (SDL_VideoData *)_this->driverdata;
1.5
1.6 /* Call SDL_EGL_ChooseConfig and eglCreateWindowSurface directly,
1.7 - * rather than via SDL_EGL_CreateSurface, as ANGLE/WinRT requires
1.8 - * a C++ object, ComPtr<IUnknown>, to be passed into
1.9 - * eglCreateWindowSurface.
1.10 + * rather than via SDL_EGL_CreateSurface, as older versions of
1.11 + * ANGLE/WinRT may require that a C++ object, ComPtr<IUnknown>,
1.12 + * be passed into eglCreateWindowSurface.
1.13 */
1.14 if (SDL_EGL_ChooseConfig(_this) != 0) {
1.15 char buf[512];