mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Fix attempt for #22
This commit is contained in:
@@ -402,6 +402,10 @@ extern "stdcall" fn callback(window: ffi::HWND, msg: ffi::UINT,
|
||||
0
|
||||
},
|
||||
|
||||
ffi::WM_ERASEBKGND => {
|
||||
1
|
||||
},
|
||||
|
||||
ffi::WM_SIZE => {
|
||||
use Resized;
|
||||
let w = ffi::LOWORD(lparam as ffi::DWORD) as uint;
|
||||
|
||||
Reference in New Issue
Block a user