Loading
alttab: fix `gcc-15` build
Without the change the build fails on `master` as https://hydra.nixos.org/build/317969520: alttab.c:536:25: error: too many arguments to function 'getOffendingModifiersMask'; expected 0, have 1 536 | g.ignored_modmask = getOffendingModifiersMask(dpy); // or 0 for g.debug | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~