abc...
17232f49
1 file(s) · +1 −1
| 213 | 213 | ||
| 214 | 214 | void |
|
| 215 | 215 | drawtext(const char *text, unsigned long col[ColLast]) { |
|
| 216 | - | int i, x, y, h, len, olen; |
|
| 217 | 216 | char buf[256]; |
|
| 217 | + | int i, x, y, h, len, olen; |
|
| 218 | 218 | XRectangle r = { dc.x, dc.y, dc.w, dc.h }; |
|
| 219 | 219 | ||
| 220 | 220 | XSetForeground(dpy, dc.gc, col[ColBG]); |