reorder isfullscreen in Client definition
This commit is contained in:
parent
f173c56c32
commit
8d2516e83c
3
dwl.c
3
dwl.c
@ -119,9 +119,8 @@ typedef struct {
|
||||
#endif
|
||||
int bw;
|
||||
unsigned int tags;
|
||||
int isfloating, isurgent;
|
||||
int isfloating, isurgent, isfullscreen;
|
||||
uint32_t resize; /* configure serial of a pending resize */
|
||||
int isfullscreen;
|
||||
} Client;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user