Skip to content

Commit

Permalink
Reorder WindowAttributes title and fullscreen to match method order
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 4, 2022
1 parent 15bf787 commit 2282f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ pub(crate) struct WindowAttributes {
pub max_inner_size: Option<Size>,
pub position: Option<Position>,
pub resizable: bool,
pub fullscreen: Option<Fullscreen>,
pub title: String,
pub fullscreen: Option<Fullscreen>,
pub maximized: bool,
pub visible: bool,
pub transparent: bool,
Expand Down

0 comments on commit 2282f4c

Please sign in to comment.