X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=8c8e1d2e8d51f7160dd643547b5e5011fb6511cf;hb=34904da12798fd5b88442c816ac8dd7c41edcc33;hp=85f6a6d8a6ac818d55bc9ea135bf368da0ec3fe0;hpb=b6a0985f2f8fe7885f11089520e209e036b5d75a;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 85f6a6d..8c8e1d2 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -222,8 +222,7 @@ struct tagSFG_State GLboolean Initialised; /* freeglut has been initialised */ - GLboolean ForceDirectContext; /* Force direct rendering? */ - GLboolean TryDirectContext; /* What about giving a try to? */ + int DirectContext; /* Direct rendering state */ GLboolean ForceIconic; /* New top windows are iconified */ GLboolean UseCurrentContext; /* New windows share with current */