Skip to content

Commit

Permalink
[ci skip] Doc fix for struct winit::Window (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
virome authored and francesca64 committed Apr 13, 2018
1 parent 8b0b4ab commit 2477d8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,7 @@ impl Window {
self.window.set_decorations(decorations)
}

/// Returns the current monitor the window is on or the primary monitor is nothing
/// matches
/// Returns the monitor on which the window currently resides
pub fn get_current_monitor(&self) -> MonitorId {
self.window.get_current_monitor()
}
Expand Down

0 comments on commit 2477d8c

Please sign in to comment.