Mercurial > mm7
diff OSWindow.h @ 2429:6d5877899730
* -novideo disables shop videos
* replaced bicubic resampling for linear
author | a.parshin |
---|---|
date | Wed, 23 Jul 2014 19:42:39 +0300 |
parents | d24ee391fd1f |
children | 0ff6a9e9bf7f |
line wrap: on
line diff
--- a/OSWindow.h Wed Jul 23 13:32:09 2014 +0300 +++ b/OSWindow.h Wed Jul 23 19:42:39 2014 +0300 @@ -43,7 +43,7 @@ bool Initialize(const wchar_t *title, int window_width, int window_height); bool WinApiMessageProc(UINT msg, WPARAM wparam, LPARAM lparam, LRESULT *result); - HWND api_handle; + HWND api_handle; private: static LPARAM __stdcall WinApiMsgRouter(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam);