Opentk/Source
Marcus Comstedt f538b93ad3 Fix XIEventMask to work on any architecture
The mask part of an XIEventMask struct is actually not a pointer to an
integer containing the mask, but rather to an array of bytes each
holding 8 bits of the mask, with the first byte holding bit 0-7.
Therefore the old code would only work on little endian arches.
2015-08-08 23:46:18 +02:00
..
Bind [Bind] Remove Zero-width space from overrides file 2015-07-30 18:46:30 +01:00
Build.UpdateVersion [Build] Updated copyright information 2014-03-18 14:29:41 +01:00
Compatibility Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:48:14 +02:00
Converter [Bind] Remove all C header code from Convert 2015-06-08 15:38:08 +01:00
Examples [Input] Legacy keyboard respects the KeyRepeat field. 2014-11-23 14:40:36 +01:00
Generator.Rewrite Remove unused field. 2014-11-03 01:35:49 +01:00
GLControl [X11] Fixed GLControl on nvidia binary drivers 2014-07-20 11:28:43 +02:00
OpenTK Fix XIEventMask to work on any architecture 2015-08-08 23:46:18 +02:00
Tests/Test.API.Desktop [API] Fixed tests for nested types 2014-09-11 00:00:16 +02:00