diff options
| author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-08-13 00:38:08 -0500 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-08-13 00:38:08 -0500 | 
| commit | 8d2516e83cb1e1d1cfc4fe31e69ed87d71405592 (patch) | |
| tree | 146ce0d6a1e4df2afd9e8db3b7abe00bf1c79ee1 /dwl.c | |
| parent | f173c56c320a57e76a6bee578c3b9365f3a83950 (diff) | |
reorder isfullscreen in Client definition
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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 { | 
