From: arg@10ksloc.org Date: Mon, 7 Aug 2006 06:40:26 +0000 (+0200) Subject: fixed a bad mistake setting the dmenu border to False; X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;ds=inline;h=fe94aeb4686b62dd5c3505ebca4a1e1661740e53;p=dmenu.git fixed a bad mistake setting the dmenu border to False; --- diff --git a/main.c b/main.c index ee32011..561f88f 100644 --- a/main.c +++ b/main.c @@ -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;