Bump to 9bffa84: use named parameter for func prototype
Ref. https://git.suckless.org/dwm/commit/9bffa845faa181fb3afe05f3dc86ad79c80736be.html
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
static void col(Monitor *);
|
||||
static void col(Monitor *m);
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
static void tile(Monitor *);
|
||||
static void tile(Monitor *m);
|
||||
|
||||
|
Reference in New Issue
Block a user