1
0
Fork 0

fix syntax error

This commit is contained in:
William Light 2020-09-12 19:16:45 +02:00
parent 29461b14e4
commit ac0e1215f7

View file

@ -196,7 +196,7 @@ impl Window {
h.hwnd
}
WithParent(h) => panic!("unsupported parent handle {:?}", h)
WithParent(h) => panic!("unsupported parent handle {:?}", h),
_ => {
AdjustWindowRectEx(&mut rect, flags, FALSE, 0);