zoomswap: renamed prevtiled back to findbefore as per original patch

This commit is contained in:
bakkeby
2020-08-04 13:40:09 +02:00
parent ed7a43edf1
commit 12527f00d9
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ static Client *prevzoom = NULL;
#endif // PERTAG_PATCH
Client *
prevtiled(Client *c) {
findbefore(Client *c) {
Client *p;
if (!c || c == c->mon->clients)
return NULL;

View File

@@ -1 +1 @@
static Client *prevtiled(Client *c);
static Client *findbefore(Client *c);