From 2477d8ce46abc08b056b6837baf680675dd5e751 Mon Sep 17 00:00:00 2001 From: Evan Weiler Date: Fri, 13 Apr 2018 13:51:10 -0500 Subject: [PATCH] [ci skip] Doc fix for struct winit::Window (#452) --- src/window.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/window.rs b/src/window.rs index 84ac6756..7724d079 100644 --- a/src/window.rs +++ b/src/window.rs @@ -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() }