mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 15:45:54 +00:00
Use a consistent style for enum braces
https://gitlab.gnome.org/GNOME/mutter/merge_requests/361
This commit is contained in:

committed by
Niels De Graef

parent
ca0b6fc3ac
commit
1c6ea5d1db
@@ -81,14 +81,16 @@
|
||||
|
||||
typedef union _MetaStackOp MetaStackOp;
|
||||
|
||||
typedef enum {
|
||||
typedef enum
|
||||
{
|
||||
STACK_OP_ADD,
|
||||
STACK_OP_REMOVE,
|
||||
STACK_OP_RAISE_ABOVE,
|
||||
STACK_OP_LOWER_BELOW
|
||||
} MetaStackOpType;
|
||||
|
||||
typedef enum {
|
||||
typedef enum
|
||||
{
|
||||
APPLY_DEFAULT = 0,
|
||||
/* Only do restacking that we can do locally without changing
|
||||
* the order of X windows. After we've received any stack
|
||||
|
Reference in New Issue
Block a user