From 4a21c51e2183c41079342a20239cb8d10f8f2e0c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 10 Jul 2014 21:15:55 +0300 Subject: In OpenGL context creation add support for compatability context. --- src/utils/sdlhelper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils/sdlhelper.h') diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h index 92fcaba65..36616797e 100644 --- a/src/utils/sdlhelper.h +++ b/src/utils/sdlhelper.h @@ -59,7 +59,8 @@ namespace SDL void *createGLContext(SDL_Surface *const window A_UNUSED, const int major, - const int minor); + const int minor, + const int profile); void makeCurrentContext(void *const context); } // namespace SDL -- cgit v1.2.3-60-g2f50