default currentrules to null
Some checks failed
Some checks failed
This commit is contained in:
parent
f7db5eaf50
commit
6213328d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ struct SKeyboard {
|
||||||
|
|
||||||
bool active = false;
|
bool active = false;
|
||||||
|
|
||||||
xkb_rule_names currentRules;
|
xkb_rule_names currentRules = {0};
|
||||||
|
|
||||||
// For the list lookup
|
// For the list lookup
|
||||||
bool operator==(const SKeyboard& rhs) {
|
bool operator==(const SKeyboard& rhs) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue