From 31c145245163c5dea1ea8684c8886161d1396dd0 Mon Sep 17 00:00:00 2001 From: Quantum Date: Thu, 25 Feb 2021 18:14:14 -0500 Subject: [PATCH] [client] readme: remove mention of Wayland's lack of warp We have an implementation of Wayland cursor warping now, so there is no need for the section saying that Wayland lacks the feature. --- client/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/README.md b/client/README.md index d76316b4..ea82148d 100644 --- a/client/README.md +++ b/client/README.md @@ -40,11 +40,6 @@ Wayland and/or X11 support can be disabled with the compile options cmake ../ -DENABLE_WAYLAND=OFF -At this time, X11 is the perferred and best supported interface. Wayland is not -far behind, however it lacks some of the seamless interaction features that X11 -has due to the lack of cursor warp (programmatic movement of the local cusror) on -Wayland. - --- ## Usage Tips