]> git.mdlowis.com Git - proto/labwc.git/commit
seat: fix configure condition for click method
authorJens Peters <jp7677@gmail.com>
Sat, 24 Feb 2024 18:12:56 +0000 (19:12 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 24 Feb 2024 19:39:54 +0000 (20:39 +0100)
commit9456b50983e2a90d72c3cb5de80636bed4ce728f
treec949a21b7c6598b2d82f95b8567b0cbd27f3c063
parent7adf5533f975736be1b1a20b25dcaa650b32c0e0
seat: fix configure condition for click method

Exclude none (zero) from the bitmask test , otherwise
the bitmask test is always true when click method is
configured to 'none' and as a result the configuration
will be skipped.
src/seat.c