mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -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 => {
|
||||
use NeedRefresh;
|
||||
send_event(window, NeedRefresh);
|
||||
/*use NeedRefresh;
|
||||
send_event(window, NeedRefresh);*/
|
||||
0
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user