additional keymap reload safety
This commit is contained in:
parent
3842b1641f
commit
b46f45befa
2 changed files with 18 additions and 4 deletions
|
|
@ -71,6 +71,8 @@ struct SKeyboard {
|
|||
|
||||
bool active = false;
|
||||
|
||||
xkb_rule_names currentRules;
|
||||
|
||||
// For the list lookup
|
||||
bool operator==(const SKeyboard& rhs) {
|
||||
return keyboard == rhs.keyboard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue