~ruther/dwl

8d2516e83cb1e1d1cfc4fe31e69ed87d71405592 — Leonardo Hernández Hernández 2 years ago f173c56
reorder isfullscreen in Client definition
1 files changed, 1 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -2
@@ 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 {

Do not follow this link