From 08efdee83de20d4d38cec2b374d459c971debe52 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 8 May 2023 13:03:15 +1000 Subject: [PATCH] eis: remove a misleading paragraph from the docs The 99% use-case for receiver clients is probably going to be capturing logical input, not physical input. --- src/libeis.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/libeis.h b/src/libeis.h index 0517d13..00a5803 100644 --- a/src/libeis.h +++ b/src/libeis.h @@ -45,13 +45,6 @@ extern "C" { * corresponding receiver or sender for this client. It is up to the * implementation to disconnect clients that it does not want to allow. See * eis_client_is_sender() for details. - * - * Note that usually the differentiation between sender and receiver client - * has an effect on the devices that should be sent to the client. Sender - * clients typically expect devices representing the available screen area so - * they can control input, receiver clients typically expect devices - * representing the physical input devices. - * * @{ */