Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkeby committed Apr 16, 2024
1 parent abd69ed commit 815f1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2911,7 +2911,7 @@ noborder(Client *c)
#if FAKEFULLSCREEN_CLIENT_PATCH && !FAKEFULLSCREEN_PATCH
if (c->fakefullscreen != 1 && c->isfullscreen)
return 0;
#else
#elif !FAKEFULLSCREEN_PATCH
if (c->isfullscreen)
return 0;
#endif // FAKEFULLSCREEN_CLIENT_PATCH
Expand Down

0 comments on commit 815f1d9

Please sign in to comment.