draw.c
changeset 377 b1159a638d0a
parent 371 fc9d35252ab4
child 461 9d23330a5268
equal deleted inserted replaced
376:201acf925788 377:b1159a638d0a
   131 }
   131 }
   132 
   132 
   133 void
   133 void
   134 drawtitle(Client *c)
   134 drawtitle(Client *c)
   135 {
   135 {
   136 	int i;
       
   137 
       
   138 	if(c == sel && issel) {
   136 	if(c == sel && issel) {
   139 		drawstatus();
   137 		drawstatus();
   140 		XUnmapWindow(dpy, c->twin);
   138 		XUnmapWindow(dpy, c->twin);
   141 		XSetWindowBorder(dpy, c->win, dc.sel[ColBG]);
   139 		XSetWindowBorder(dpy, c->win, dc.sel[ColBG]);
   142 		return;
   140 		return;