From 18ecc34dfd78a513d4a9e670296110212025a4f5 Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Sun, 2 Nov 2014 09:02:01 -0500 Subject: [PATCH] WinRT: updated an OpenGL-related code-comment --- src/video/winrt/SDL_winrtvideo.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/video/winrt/SDL_winrtvideo.cpp b/src/video/winrt/SDL_winrtvideo.cpp index b58c9e2359e78..27120dc258002 100644 --- a/src/video/winrt/SDL_winrtvideo.cpp +++ b/src/video/winrt/SDL_winrtvideo.cpp @@ -318,9 +318,9 @@ WINRT_CreateWindow(_THIS, SDL_Window * window) SDL_VideoData * video_data = (SDL_VideoData *)_this->driverdata; /* Call SDL_EGL_ChooseConfig and eglCreateWindowSurface directly, - * rather than via SDL_EGL_CreateSurface, as ANGLE/WinRT requires - * a C++ object, ComPtr, to be passed into - * eglCreateWindowSurface. + * rather than via SDL_EGL_CreateSurface, as older versions of + * ANGLE/WinRT may require that a C++ object, ComPtr, + * be passed into eglCreateWindowSurface. */ if (SDL_EGL_ChooseConfig(_this) != 0) { char buf[512];