mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
fix declaration order and assign values
This commit is contained in:
parent
befcf19ea2
commit
7565107205
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ typedef enum
|
|||
/** Rules for floating rule */
|
||||
typedef enum
|
||||
{
|
||||
Yes,
|
||||
No,
|
||||
No = False,
|
||||
Yes = True,
|
||||
Auto
|
||||
} Fuzzy;
|
||||
|
||||
|
|
Loading…
Reference in a new issue