Opentk/src
UnknownShadow200 84dc4d207c X11DisplayDevice - Use XRRSizes array directly if dev.Bounds is empty
Directly indexing into the array returned from XRRSizes is the way khronos recommends at https://www.khronos.org/opengl/wiki/Programming_OpenGL_in_Linux:_Changing_the_Screen_Resolution

The old way was multiplying that index by depths.Length, as an index into the available_res list. This is incorrect because it doesn't account for when a display device has multiple refresh rates.
2017-08-08 00:13:23 +10:00
..
Generator.Bind Add two new types to Generator.Bind 2017-08-04 16:57:38 +01:00
Generator.Converter Drop Link attribute in favor of Link tag to allow building with MSBuild 14 2017-07-26 16:41:32 +02:00
Generator.Rewrite Correct comma spacing in Generator.Rewrite. 2017-08-03 11:50:42 +02:00
OpenTK X11DisplayDevice - Use XRRSizes array directly if dev.Bounds is empty 2017-08-08 00:13:23 +10:00
OpenTK.GLControl Make sure that StyleCop.Analyzers is excluded from NuGet dependencies. 2017-07-26 16:42:19 +02:00
OpenTK.GLWidget Correct semicolon spacing in XWindowInfoInitializer.cs 2017-08-04 12:04:59 +02:00