1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-05 20:53:33 +00:00
Dotfiles/dwm-6.2/dwm.c.rej

12 lines
240 B
Plaintext
Raw Normal View History

2020-10-07 18:51:49 +00:00
--- dwm.c
+++ dwm.c
@@ -697,7 +699,7 @@ dirtomon(int dir)
void
drawbar(Monitor *m)
{
- int x, w, sw = 0;
+ int x, w, wdelta, sw = 0;
int boxs = drw->fonts->h / 9;
int boxw = drw->fonts->h / 6 + 2;
unsigned int i, occ = 0, urg = 0;