X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fglcontext.h;h=ef6ef1b60f25989431e4d710c5916a84bdc64af1;hb=4727c8ca14f2d278a74e0abe64b7a31e68238a8a;hp=8c8b49968b91090809b2e746cabe2716707468d4;hpb=018da17591533b034d6bf018d2a9ac640007575e;p=libs%2Fgui.git diff --git a/source/graphics/glcontext.h b/source/graphics/glcontext.h index 8c8b499..ef6ef1b 100644 --- a/source/graphics/glcontext.h +++ b/source/graphics/glcontext.h @@ -16,6 +16,7 @@ struct GLOptions bool doublebuffer; unsigned multisample; bool forward_compatible; + bool core_profile; unsigned gl_version_major; unsigned gl_version_minor;