https://bugs.freedesktop.org/show_bug.cgi?id=104279

            Bug ID: 104279
           Summary: evdev-mt-touchpad.c:1270]: (warning) Identical
                    condition
           Product: Wayland
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: libinput
          Assignee: [email protected]
          Reporter: [email protected]

../src/evdev-mt-touchpad.c:1264] -> [../src/evdev-mt-touchpad.c:1270]:
(warning) Identical condition 'tp->nfingers_down!=tp->old_nfingers_down',
second condition is always false

Source code is

    if (tp->nfingers_down != tp->old_nfingers_down)
        return true;

    /* if we're transitioning between slots and fake touches in either
     * direction, we may get a coordinate jump
     */
    if (tp->nfingers_down != tp->old_nfingers_down &&

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to