Fix WindowBuilder function names that missed first pass (#910)
This commit is contained in:
parent
f256ff7d58
commit
2b89ddec15
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ fn main() {
|
|||
let event_loop = EventLoop::new();
|
||||
|
||||
let window = WindowBuilder::new().with_decorations(false)
|
||||
.with_transparency(true)
|
||||
.with_transparent(true)
|
||||
.build(&event_loop).unwrap();
|
||||
|
||||
window.set_title("A fantastic window!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue