This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 78470d03d9d26dd02e43a994b443c39fbede0007
Author: Nekobit <[email protected]>
AuthorDate: Fri Mar 10 10:38:53 2023 -0500
xinput: Adjust style
---
src/bin/e_comp_x_devices.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/e_comp_x_devices.c b/src/bin/e_comp_x_devices.c
index 404701175..a68660878 100644
--- a/src/bin/e_comp_x_devices.c
+++ b/src/bin/e_comp_x_devices.c
@@ -155,8 +155,8 @@ _handle_dev_prop(int dev_slot, const char *dev, const char *prop, Device_Flags d
else
cfval = e_config->mouse_flat_accel;
- if ((val) && (size == 8) && (num == 2) && ((cfval == 1 && val[0] == 1) ||
- (cfval == 0 && val[0] == 0)))
+ if ((val) && (size == 8) && (num == 2) && (((cfval == 1) && (val[0] == 1)) ||
+ ((cfval == 0) && (val[0] == 0))))
{
// Does a little flip-flop for each variable
val[0] = !cfval;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.