aewl

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 diff
     1.1 --- a/client.c	Fri Jul 14 18:46:12 2006 +0200
     1.2 +++ b/client.c	Fri Jul 14 18:55:50 2006 +0200
     1.3 @@ -120,6 +120,7 @@
     1.4  			focus(sel);
     1.5  		}
     1.6  	}
     1.7 +	draw_bar();
     1.8  }
     1.9  
    1.10  void
    1.11 @@ -176,6 +177,7 @@
    1.12  			focus(sel);
    1.13  		}
    1.14  	}
    1.15 +	draw_bar();
    1.16  }
    1.17  
    1.18  void