Skip to content

Use bit(foo) instead of (1 << foo)

Peter Hutterer requested to merge whot/libinput:wip/use-bit into main

Translates to the same thing, but the bit() helper is nicer and less likely to be typoed.

Merge request reports