Fix issue #19
authorStefanos A. <stapostol@gmail.com>
Fri, 20 Dec 2013 22:31:42 +0000 (23:31 +0100)
committerStefanos A. <stapostol@gmail.com>
Fri, 20 Dec 2013 22:31:42 +0000 (23:31 +0100)
commit2c14ec5f800b8ef6527f05ba26d6c6cca4b417d8
tree1c05a68b88206c1f717b9969b53e32d577f83e11
parentb941a8f06b0e1622671ff63e92b45ff7110700a4
Fix issue #19

Don't filter window messages passed to our window (see
http://blogs.msdn.com/b/oldnewthing/archive/2005/02/09/369804.aspx).
Additionally, return the correct values for all messages we are actually
handling and clean up unmanaged memory after we are done with the
window.
Source/OpenTK/Platform/Windows/WinGLNative.cs