Skip to content

xwayland: add -noTouchPointerEmulation

Simon Ser requested to merge emersion/xserver:no-touch-emulate-pointer into master

In some scenarios, the Wayland compositor might have more knowledge than the X11 server and may be able to perform pointer emulation for touch events better. Add a command-line switch to allow compositors to turn Xwayland pointer emulation off.

Signed-off-by: Simon Ser contact@emersion.fr


cc @whot

  • Should we only parse the CLI flag on Xwayland?
  • Should this be something else than a CLI flag, e.g. a property on the root window?
Edited by Simon Ser

Merge request reports