mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Temporarily remove NeedRefresh event from win32
This commit is contained in:
@@ -290,8 +290,8 @@ extern "stdcall" fn callback(window: ffi::HWND, msg: ffi::UINT,
|
|||||||
},
|
},
|
||||||
|
|
||||||
ffi::WM_PAINT => {
|
ffi::WM_PAINT => {
|
||||||
use NeedRefresh;
|
/*use NeedRefresh;
|
||||||
send_event(window, NeedRefresh);
|
send_event(window, NeedRefresh);*/
|
||||||
0
|
0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user