diff options
author | vaxerski <[email protected]> | 2022-06-28 16:12:47 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-06-28 16:12:47 +0200 |
commit | 6213328d2cba771aa8db4379d6ec88bf15f103d9 (patch) | |
tree | 128a40f47124af8de061b74b4096398ff57ca1c0 | |
parent | f7db5eaf50108f91075de2b219db455b8089fef2 (diff) | |
download | Hyprland-6213328d2cba771aa8db4379d6ec88bf15f103d9.tar.gz Hyprland-6213328d2cba771aa8db4379d6ec88bf15f103d9.zip |
default currentrules to nullv0.6.2beta
-rw-r--r-- | src/helpers/WLClasses.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/WLClasses.hpp b/src/helpers/WLClasses.hpp index d6282224..d32ae333 100644 --- a/src/helpers/WLClasses.hpp +++ b/src/helpers/WLClasses.hpp @@ -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) { |