fix syntax error
This commit is contained in:
parent
29461b14e4
commit
ac0e1215f7
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ impl Window {
|
||||||
h.hwnd
|
h.hwnd
|
||||||
}
|
}
|
||||||
|
|
||||||
WithParent(h) => panic!("unsupported parent handle {:?}", h)
|
WithParent(h) => panic!("unsupported parent handle {:?}", h),
|
||||||
|
|
||||||
_ => {
|
_ => {
|
||||||
AdjustWindowRectEx(&mut rect, flags, FALSE, 0);
|
AdjustWindowRectEx(&mut rect, flags, FALSE, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue