diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-08 16:21:55 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-08 16:21:55 -0700 |
commit | fa5dfa240c96cd83744b4ae3287bc6615e7ba2ac (patch) | |
tree | 2d35dbd43978a26edf70a32893f5a8ccbbf44d2d | |
parent | 119c88cb4291d849893fe921097b08ab9fc86ce9 (diff) | |
parent | 5687f4696472ba6029bbba18e293e3e8b9e154ea (diff) |
Merge branch 'master' into fly
-rw-r--r-- | config.mk | 2 | ||||
-rw-r--r-- | dwm.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # dwm version -VERSION = 6.4 +VERSION = 6.5 # Customize below to fit your system @@ -1859,7 +1859,7 @@ updatebarpos(Monitor *m) } void -updateclientlist() +updateclientlist(void) { Client *c; Monitor *m; |