zoomswap: renamed prevtiled back to findbefore as per original patch
This commit is contained in:
@@ -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;
|
||||
|
@@ -1 +1 @@
|
||||
static Client *prevtiled(Client *c);
|
||||
static Client *findbefore(Client *c);
|
Reference in New Issue
Block a user