Skip to content

backends/native: Change uint32_t modifiers to uint64_t

Ivan Molodetskikh requested to merge YaLTeR/mutter:fix-modifier-type into main

They were erroneously cast to uint32_t. In particular this prevented the invalid modifier from working as it is equal to a 64-bit -1.

Fixes #2155 (closed)

Merge request reports