Skip to content

Commit 815f1d9

Browse files
committed
f
1 parent abd69ed commit 815f1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ noborder(Client *c)
29112911
#if FAKEFULLSCREEN_CLIENT_PATCH && !FAKEFULLSCREEN_PATCH
29122912
if (c->fakefullscreen != 1 && c->isfullscreen)
29132913
return 0;
2914-
#else
2914+
#elif !FAKEFULLSCREEN_PATCH
29152915
if (c->isfullscreen)
29162916
return 0;
29172917
#endif // FAKEFULLSCREEN_CLIENT_PATCH

0 commit comments

Comments
 (0)