summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-08-13 00:38:08 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-08-13 00:38:08 -0500
commit8d2516e83cb1e1d1cfc4fe31e69ed87d71405592 (patch)
tree146ce0d6a1e4df2afd9e8db3b7abe00bf1c79ee1
parentf173c56c320a57e76a6bee578c3b9365f3a83950 (diff)
reorder isfullscreen in Client definition
-rw-r--r--dwl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwl.c b/dwl.c
index 0431119..227f345 100644
--- a/dwl.c
+++ b/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 {