summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-07-28 11:29:50 +0200
committerbakkeby <[email protected]>2022-07-28 11:29:50 +0200
commitd9f79bea73894e1fe1b2a0342dafcfc818d4c0ee (patch)
tree9733e73781eebd3fb98311ee1e807b69bcdb6d88 /patch
parentdf5eba3f8fc32c3843fe6ba35b18743312ed27ed (diff)
downloaddwm-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')
-rw-r--r--patch/layout_columns.h2
-rw-r--r--patch/layout_tile.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/patch/layout_columns.h b/patch/layout_columns.h
index a589371..017243e 100644
--- a/patch/layout_columns.h
+++ b/patch/layout_columns.h
@@ -1,2 +1,2 @@
-static void col(Monitor *);
+static void col(Monitor *m);
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);