diff --git a/src/config/parse_config.h b/src/config/parse_config.h index dd88230c..79baf1e4 100644 --- a/src/config/parse_config.h +++ b/src/config/parse_config.h @@ -313,6 +313,7 @@ typedef struct { char autostart[3][256]; + int32_t tag_count; ConfigTagRule *tag_rules; // 动态数组 int32_t tag_rules_count; // 数量 @@ -359,8 +360,6 @@ typedef struct { int32_t allow_shortcuts_inhibit; int32_t allow_lock_transparent; - int32_t tag_count; - struct xkb_rule_names xkb_rules; char keymode[28];