diff options
| author | bakkeby <[email protected]> | 2022-07-28 11:29:50 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-07-28 11:29:50 +0200 |
| commit | d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee (patch) | |
| tree | 9733e73781eebd3fb98311ee1e807b69bcdb6d88 /patch/layout_tile.h | |
| parent | df5eba3f8fc32c3843fe6ba35b18743312ed27ed (diff) | |
| download | dwm-flexipatch-d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee.tar.gz dwm-flexipatch-d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee.zip | |
Bump to 9bffa84: use named parameter for func prototype
Ref. https://git.suckless.org/dwm/commit/9bffa845faa181fb3afe05f3dc86ad79c80736be.html
Diffstat (limited to 'patch/layout_tile.h')
| -rw-r--r-- | patch/layout_tile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/layout_tile.h b/patch/layout_tile.h index 78cafc8..4aff634 100644 --- a/patch/layout_tile.h +++ b/patch/layout_tile.h @@ -1,2 +1,2 @@ -static void tile(Monitor *); +static void tile(Monitor *m); |
