[dwm] another little patch :)

2008-06-03 Thread Premysl Hruby
Hi, Patch: === diff -r f5140606987d dwm.c --- a/dwm.c Tue Jun 03 21:07:08 2008 +0200 +++ b/dwm.c Tue Jun 03 23:07:56 2008 +0200 @@ -555,7 +555,7 @@ void drawtext(const char *text, ulong col[ColLast], Bool invert) {

[dwm] slight cleanup of focus()

2008-06-03 Thread Premysl Hruby
Hi, patch is attached -Ph -- Premysl "Anydot" Hruby, http://www.redrum.cz/ diff -r 81b40dd1b766 dwm.c --- a/dwm.c Mon Jun 02 12:19:02 2008 +0200 +++ b/dwm.c Tue Jun 03 21:22:35 2008 +0200 @@ -612,7 +612,7 @@ void focus(Client *c) { - if(!c || (c && c->isbanned)) + if(!c || c->isbanned) f