Set GLXAttribute access to public.
This commit is contained in:
parent
5605b1fac2
commit
2f1e49c667
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ namespace OpenTK.Platform.X11
|
|||
{
|
||||
#region Enums
|
||||
|
||||
enum GLXAttribute : int
|
||||
public enum GLXAttribute : int
|
||||
{
|
||||
TRANSPARENT_BLUE_VALUE_EXT = 0x27,
|
||||
GRAY_SCALE = 0x8006,
|
||||
|
|
Loading…
Reference in a new issue