abc...
bfa5869d
1 file(s) · +1 −1
| 568 | 568 | ||
| 569 | 569 | void |
|
| 570 | 570 | drawtext(const char *text, unsigned long col[ColLast], Bool invert) { |
|
| 571 | - | int i, x, y, h, len, olen; |
|
| 572 | 571 | char buf[256]; |
|
| 572 | + | int i, x, y, h, len, olen; |
|
| 573 | 573 | XRectangle r = { dc.x, dc.y, dc.w, dc.h }; |
|
| 574 | 574 | ||
| 575 | 575 | XSetForeground(dpy, dc.gc, col[invert ? ColFG : ColBG]); |