projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1619a8
)
Clean fix issue #19
author
Stefanos A.
<stapostol@gmail.com>
Fri, 20 Dec 2013 23:43:05 +0000
(
00:43
+0100)
committer
Stefanos A.
<stapostol@gmail.com>
Fri, 20 Dec 2013 23:43:05 +0000
(
00:43
+0100)
Isolate and commit fix for issue #19 without potential for regressions.
Source/OpenTK/Platform/Windows/WinGLNative.cs
patch
|
blob
|
history
diff --git
a/Source/OpenTK/Platform/Windows/WinGLNative.cs
b/Source/OpenTK/Platform/Windows/WinGLNative.cs
index
ccdcbd3
..
6125ffd
100644
(file)
--- a/
Source/OpenTK/Platform/Windows/WinGLNative.cs
+++ b/
Source/OpenTK/Platform/Windows/WinGLNative.cs
@@
-1207,7
+1207,7
@@
namespace OpenTK.Platform.Windows
MSG msg;
public void ProcessEvents()
{
- while (Functions.PeekMessage(ref msg,
window.Handle
, 0, 0, PeekMessageFlags.Remove))
+ while (Functions.PeekMessage(ref msg,
IntPtr.Zero
, 0, 0, PeekMessageFlags.Remove))
{
Functions.TranslateMessage(ref msg);
Functions.DispatchMessage(ref msg);