pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b95e61c
)
abc...
author
Anselm R Garbe
<garbeam@gmail.com>
Mon, 18 Aug 2008 09:20:53 +0000
(10:20 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Mon, 18 Aug 2008 09:20:53 +0000
(10:20 +0100)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index
a799f14
..
d67c1ae
100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-213,8
+213,8
@@
drawmenu(void) {
void
drawtext(const char *text, unsigned long col[ColLast]) {
- int i, x, y, h, len, olen;
char buf[256];
+ int i, x, y, h, len, olen;
XRectangle r = { dc.x, dc.y, dc.w, dc.h };
XSetForeground(dpy, dc.gc, col[ColBG]);