X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fglcontext.h;h=8c8b49968b91090809b2e746cabe2716707468d4;hp=8cf75c82948fc657869e1d3685dbfcfeb4133233;hb=018da17591533b034d6bf018d2a9ac640007575e;hpb=504de8687a39943f94ff02b20acb647e9185b488 diff --git a/source/graphics/glcontext.h b/source/graphics/glcontext.h index 8cf75c8..8c8b499 100644 --- a/source/graphics/glcontext.h +++ b/source/graphics/glcontext.h @@ -15,6 +15,9 @@ struct GLOptions bool stencil; bool doublebuffer; unsigned multisample; + bool forward_compatible; + unsigned gl_version_major; + unsigned gl_version_minor; GLOptions(); };