diff options
Diffstat (limited to '')
| -rw-r--r-- | src/core/dwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/dwm.c b/src/core/dwm.c index cd7fdb0..6d4cdcd 100644 --- a/src/core/dwm.c +++ b/src/core/dwm.c | |||
| @@ -851,7 +851,7 @@ Atom getatomprop(Client *c, Atom prop) | |||
| 851 | return atom; | 851 | return atom; |
| 852 | } | 852 | } |
| 853 | 853 | ||
| 854 | unsigned int getsystraywidth() | 854 | unsigned int getsystraywidth(void) |
| 855 | { | 855 | { |
| 856 | unsigned int w = 0; | 856 | unsigned int w = 0; |
| 857 | Client *i; | 857 | Client *i; |
| @@ -1970,7 +1970,7 @@ void updatebarpos(Monitor *m) | |||
| 1970 | m->by = -bh; | 1970 | m->by = -bh; |
| 1971 | } | 1971 | } |
| 1972 | 1972 | ||
| 1973 | void updateclientlist() | 1973 | void updateclientlist(void) |
| 1974 | { | 1974 | { |
| 1975 | Client *c; | 1975 | Client *c; |
| 1976 | Monitor *m; | 1976 | Monitor *m; |
