mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-23 05:35:53 -04:00
Improve readability
This commit is contained in:
parent
139f25a0b9
commit
22c23a6a5d
1 changed files with 1 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue