Improve readability

This commit is contained in:
Gerry Hernandez 2026-03-09 19:39:40 -07:00
parent 139f25a0b9
commit 22c23a6a5d

View file

@ -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];