Change bool to IntPtr.
authorFraser Waters <frassle@gmail.com>
Sat, 22 Feb 2014 14:08:18 +0000 (14:08 +0000)
committerthefiddler <stapostol@gmail.com>
Sun, 27 Apr 2014 08:53:34 +0000 (10:53 +0200)
commit9ed32e4445d343c5eac4a002fba7ef6fbaba31a5
treef8520914ba9a7818eb035e22014301bc5d9aaf4e
parent9239fd08e311246e77253bd7594fa287f3678b42
Change bool to IntPtr.

WindowProc returns an IntPtr not a bool, so let Handle* functions return
IntPtr?. If they return a value we return that, if they return null we
call DefWindowProc and return the result from that.
Source/OpenTK/Platform/Windows/WinGLNative.cs