From 22c23a6a5d08c7882fe7a9e60931aa80a75385ac Mon Sep 17 00:00:00 2001 From: Gerry Hernandez Date: Mon, 9 Mar 2026 19:39:40 -0700 Subject: [PATCH] Improve readability --- src/config/parse_config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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];