[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.
This commit is contained in:
Quantum 2021-02-25 18:14:14 -05:00 committed by Geoffrey McRae
parent 8c6cff012d
commit 31c1452451

View File

@ -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