diff options
Diffstat (limited to 'pugl')
| -rw-r--r-- | pugl/pugl_win.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_win.cpp b/pugl/pugl_win.cpp index a9641ad..a6b604f 100644 --- a/pugl/pugl_win.cpp +++ b/pugl/pugl_win.cpp @@ -215,7 +215,7 @@ puglProcessEvents(PuglView* view)  	int         button;  	bool        down = true;  	PuglKey     key; -	while (PeekMessage(&msg, /*view->impl->hwnd*/0, 0, 0, PM_REMOVE)) { +	while (PeekMessage(&msg, view->impl->hwnd, 0, 0, PM_REMOVE)) {  		setModifiers(view);  		switch (msg.message) {  		case WM_CREATE:  | 
