changed order of variables in drawtext
This commit is contained in:
parent
97699e5b1b
commit
69c7b4b0ba
2
dwm.c
2
dwm.c
@ -569,8 +569,8 @@ drawsquare(Bool filled, Bool empty, Bool invert, unsigned long col[ColLast]) {
|
||||
void
|
||||
drawtext(const char *text, unsigned long col[ColLast], Bool invert) {
|
||||
int i, x, y, h, len, olen;
|
||||
XRectangle r = { dc.x, dc.y, dc.w, dc.h };
|
||||
char buf[256];
|
||||
XRectangle r = { dc.x, dc.y, dc.w, dc.h };
|
||||
|
||||
XSetForeground(dpy, dc.gc, col[invert ? ColFG : ColBG]);
|
||||
XFillRectangles(dpy, dc.drawable, dc.gc, &r, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user