commit 1b6ee8951ac50aba4d75ce2c132077060a1a471c
parent 2da6b4852ac822ab3c28b041c4f83bfc77cb44d6
Author: Denis Grelich <denisg@suckless.org>
Date: Thu, 21 Dec 2006 14:37:41 +0100
typo fixed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frame.c b/frame.c
@@ -28,7 +28,7 @@ create_frame(Client *c, View *v) {
f->tile.gc = c->gc;
f->tile.font = &def.font;
f->tile.color = def.normcolor;
- f->tile.border = false;
+ f->tile.border = False;
f->grabbox = f->titlebar = f->tile;
f->titlebar.align = WEST;