default currentrules to null
Some checks failed
Build Hyprland / Build Hyprland (Arch) (push) Has been cancelled
Build Hyprland / Build Hyprland with Meson (Arch) (push) Has been cancelled
Build Hyprland (Nix) / Build Hyprland (Nix) (push) Has been cancelled
Nix: update lockfile / update (push) Has been cancelled

This commit is contained in:
vaxerski 2022-06-28 16:12:47 +02:00
parent f7db5eaf50
commit 6213328d2c

View file

@ -71,7 +71,7 @@ struct SKeyboard {
bool active = false;
xkb_rule_names currentRules;
xkb_rule_names currentRules = {0};
// For the list lookup
bool operator==(const SKeyboard& rhs) {