summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 663312c..0168fd1 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2536,7 +2536,7 @@ resizeclient(Client *c, int x, int y, int w, int h)
#endif // MONOCLE_LAYOUT
)
#if FAKEFULLSCREEN_CLIENT_PATCH
- && (c->fakefullscreen == 1 || !c->isfullscreen) && c->fakefullscreen
+ && (c->fakefullscreen == 1 || !c->isfullscreen)
#else
&& !c->isfullscreen
#endif // FAKEFULLSCREEN_CLIENT_PATCH