mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-27 03:56:33 +11:00
Fixed compilation broken by #837efc54
This commit is contained in:
parent
837efc5460
commit
a8c056f83b
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ pub static WM_LBUTTONUP: UINT = 0x0202;
|
||||||
pub static WM_CHAR: UINT = 0x0102;
|
pub static WM_CHAR: UINT = 0x0102;
|
||||||
pub static WM_COMMAND: UINT = 0x0111;
|
pub static WM_COMMAND: UINT = 0x0111;
|
||||||
pub static WM_DESTROY: UINT = 0x0002;
|
pub static WM_DESTROY: UINT = 0x0002;
|
||||||
|
pub static WM_ERASEBKGND: UINT = 0x0014;
|
||||||
pub static WM_KEYDOWN: UINT = 0x0100;
|
pub static WM_KEYDOWN: UINT = 0x0100;
|
||||||
pub static WM_KEYUP: UINT = 0x0101;
|
pub static WM_KEYUP: UINT = 0x0101;
|
||||||
pub static WM_KILLFOCUS: UINT = 0x0008;
|
pub static WM_KILLFOCUS: UINT = 0x0008;
|
||||||
|
|
Loading…
Add table
Reference in a new issue