Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing winit decorations #627

Merged
merged 2 commits into from
Oct 5, 2020
Merged

Exposing winit decorations #627

merged 2 commits into from
Oct 5, 2020

Conversation

Cupnfish
Copy link
Contributor

@Cupnfish Cupnfish commented Oct 5, 2020

You can create a window without title bar.

        descriptor: WindowDescriptor {
            width: 800,
            height: 600,
            vsync: false,
            title: "second window".to_string(),
            decorations:false,// here!
            ..Default::default()
        },

@memoryruins memoryruins added C-Enhancement A new feature A-Windowing Platform-agnostic interface layer to run your app in labels Oct 5, 2020
@cart cart merged commit 125afb4 into bevyengine:master Oct 5, 2020
@cart
Copy link
Member

cart commented Oct 5, 2020

Looks good to me!

mrk-its pushed a commit to mrk-its/bevy that referenced this pull request Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Windowing Platform-agnostic interface layer to run your app in C-Enhancement A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants