Update window.c

Just a mistype.
This commit is contained in:
Vladimir Kryvian 2015-08-27 15:06:01 +03:00
parent d7cf28647a
commit 27f3177dda

View File

@ -1395,7 +1395,7 @@ LRESULT CALLBACK win_window_info::video_window_proc(HWND wnd, UINT message, WPAR
break;
}
return DefWindowProc(wnd, message, wparam, lparam);
}c
}
// track whether we are in the foreground
case WM_ACTIVATEAPP: