From 8cff3cfd10dde90844e02a6e71c2c982c1755ad2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 9 May 2022 17:46:40 +1000 Subject: [PATCH] Remove an outdated comment We must support virtual devices on receiver contexts - that's the only way to handle relative pointer devices that move in pixel(-ish) units. --- src/libei.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libei.h b/src/libei.h index a82b43f..a996bd9 100644 --- a/src/libei.h +++ b/src/libei.h @@ -944,10 +944,6 @@ ei_device_get_name(struct ei_device *device); * type defaults to @ref EI_DEVICE_TYPE_VIRTUAL. If the client context was * created with ei_new_receiver(), the device type defaults to @ref * EI_DEVICE_TYPE_PHYSICAL. - * - * libei does not currently support virtual devices on a receiver context or - * physical devices on an sender context. This may change in the future, - * applications should not rely on the type being fixed. */ enum ei_device_type ei_device_get_type(struct ei_device *device);