tfixed a bad mistake setting the dmenu border to False; - dmenu - Dmenu fork with xft fonts.
(HTM) git clone git://r-36.net/dmenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit fe94aeb4686b62dd5c3505ebca4a1e1661740e53
(DIR) parent d32fd15ea47bab2bb9cc2674b75c3cc008ef04aa
(HTM) Author: arg@10ksloc.org <unknown>
Date: Mon, 7 Aug 2006 08:40:26 +0200
fixed a bad mistake setting the dmenu border to False;
Diffstat:
main.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/main.c b/main.c
t@@ -92,7 +92,6 @@ drawmenu()
/* determine maximum items */
for(i = curr; i != next; i=i->right) {
- dc.border = False;
dc.w = textw(i->text);
if(dc.w > mw / 3)
dc.w = mw / 3;