mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 18:08:09 +02:00
tools: add missing space in libinput-list-devices output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
377046ee39
commit
f929aff6c6
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ accel_profiles(struct libinput_device *device)
|
||||||
|
|
||||||
profile = libinput_device_config_accel_get_default_profile(device);
|
profile = libinput_device_config_accel_get_default_profile(device);
|
||||||
xasprintf(&str,
|
xasprintf(&str,
|
||||||
"%s%s%s%s",
|
"%s%s %s%s",
|
||||||
(profile == LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT) ? "*" : "",
|
(profile == LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT) ? "*" : "",
|
||||||
(profiles & LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT) ? "flat" : "",
|
(profiles & LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT) ? "flat" : "",
|
||||||
(profile == LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE) ? "*" : "",
|
(profile == LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE) ? "*" : "",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue