dwm-meillo

diff tag.c @ 340:ae0affabdc02

implemented right tag drawing in the status bar and titlebars
author Anselm R. Garbe <arg@10kloc.org>
date Wed, 23 Aug 2006 14:38:25 +0200
parents 2a65e8b3d21a
children a1901753deef
line diff
     1.1 --- a/tag.c	Wed Aug 23 13:04:43 2006 +0200
     1.2 +++ b/tag.c	Wed Aug 23 14:38:25 2006 +0200
     1.3 @@ -122,6 +122,8 @@
     1.4  	settitle(sel);
     1.5  	if(!isvisible(sel))
     1.6  		arrange(NULL);
     1.7 +	else
     1.8 +		drawstatus();
     1.9  }
    1.10  
    1.11  void