fix syntax error
This commit is contained in:
parent
29461b14e4
commit
ac0e1215f7
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue