From 68850d331fe4770bba4fcb6ffac82486d0e4e4ad Mon Sep 17 00:00:00 2001
From: Hapaxia <Hapaxia@users.noreply.github.com>
Date: Tue, 16 Aug 2016 15:23:16 +0100
Subject: [PATCH] update Window documentation

removed part of the sentence that stated that cursor grabbing is different for fullscreen windows as this is not the case.
---
 include/SFML/Window/Window.hpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/SFML/Window/Window.hpp b/include/SFML/Window/Window.hpp
index 08392876..83cb879d 100644
--- a/include/SFML/Window/Window.hpp
+++ b/include/SFML/Window/Window.hpp
@@ -354,9 +354,7 @@ public:
     /// If set, grabs the mouse cursor inside this window's client
     /// area so it may no longer be moved outside its bounds.
     /// Note that grabbing is only active while the window has
-    /// focus and calling this function for fullscreen windows
-    /// won't have any effect (fullscreen windows always grab the
-    /// cursor).
+    /// focus.
     ///
     /// \param grabbed True to enable, false to disable
     ///