Skip to content

Commit 6213328

Browse files
committed
default currentrules to null
1 parent f7db5ea commit 6213328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/WLClasses.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct SKeyboard {
7171

7272
bool active = false;
7373

74-
xkb_rule_names currentRules;
74+
xkb_rule_names currentRules = {0};
7575

7676
// For the list lookup
7777
bool operator==(const SKeyboard& rhs) {

0 commit comments

Comments
 (0)