Fix documentation for tap_get_enabled()

Technically we return LIBINPUT_CONFIG_TAP_DISABLED, which is 0.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-06-16 16:52:48 +10:00
parent bc9f16b40e
commit 163dfbfacb

View file

@ -1879,7 +1879,8 @@ libinput_device_config_tap_set_enabled(struct libinput_device *device,
* @ingroup config
*
* Check if tap-to-click is enabled on this device. If the device does not
* support tapping, this function always returns 0.
* support tapping, this function always returns @ref
* LIBINPUT_CONFIG_TAP_DISABLED.
*
* @param device The device to configure
*