diff options
| author | bakkeby <[email protected]> | 2020-08-04 13:40:09 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-04 13:40:09 +0200 |
| commit | 12527f00d96d92718bcf996d3ed4d0c325b8c622 (patch) | |
| tree | 9e0bf86c2a1a5781998493852ef42d8ad0d63380 /patch/zoomswap.c | |
| parent | ed7a43edf1f682e99d4d9d1796e104b69fb81e1e (diff) | |
| download | dwm-flexipatch-12527f00d96d92718bcf996d3ed4d0c325b8c622.tar.gz dwm-flexipatch-12527f00d96d92718bcf996d3ed4d0c325b8c622.zip | |
zoomswap: renamed prevtiled back to findbefore as per original patch
Diffstat (limited to 'patch/zoomswap.c')
| -rw-r--r-- | patch/zoomswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/zoomswap.c b/patch/zoomswap.c index b7d0fa1..d7f57c4 100644 --- a/patch/zoomswap.c +++ b/patch/zoomswap.c @@ -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; |
