mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -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
|
0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
ffi::WM_ERASEBKGND => {
|
||||||
|
1
|
||||||
|
},
|
||||||
|
|
||||||
ffi::WM_SIZE => {
|
ffi::WM_SIZE => {
|
||||||
use Resized;
|
use Resized;
|
||||||
let w = ffi::LOWORD(lparam as ffi::DWORD) as uint;
|
let w = ffi::LOWORD(lparam as ffi::DWORD) as uint;
|
||||||
|
|||||||
Reference in New Issue
Block a user