diff client.c @ 71:7681ef838201

bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode
author Anselm R. Garbe <garbeam@wmii.de>
date Fri, 14 Jul 2006 18:55:50 +0200
parents a0272d97ec7c
children c2ddb9dbbd10
line wrap: on
line diff
--- a/client.c	Fri Jul 14 18:46:12 2006 +0200
+++ b/client.c	Fri Jul 14 18:55:50 2006 +0200
@@ -120,6 +120,7 @@
 			focus(sel);
 		}
 	}
+	draw_bar();
 }
 
 void
@@ -176,6 +177,7 @@
 			focus(sel);
 		}
 	}
+	draw_bar();
 }
 
 void