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.h | |
| 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.h')
| -rw-r--r-- | patch/zoomswap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/zoomswap.h b/patch/zoomswap.h index 31633b5..21cc848 100644 --- a/patch/zoomswap.h +++ b/patch/zoomswap.h @@ -1 +1 @@ -static Client *prevtiled(Client *c);
\ No newline at end of file +static Client *findbefore(Client *c);
\ No newline at end of file |
