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

Added set_minimized and set_position to Window #1292

Merged
merged 4 commits into from
Jan 25, 2021
Merged

Added set_minimized and set_position to Window #1292

merged 4 commits into from
Jan 25, 2021

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    d3a121b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Replaced i32 with IVec2

    Removed `WindowDescriptor` addition, because winit does not allow setting the position on window creation.
    Also changed position in `Window` to an `Option` for the same reason.
    Toniman575 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    ae3642d View commit details
    Browse the repository at this point in the history
  2. fixed clippy

    Toniman575 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    e98acc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    8a6fa38 View commit details
    Browse the repository at this point in the history