draw.c
changeset 239 e5390f8e06b9
parent 237 7f8f7f14e9cd
child 257 32dc3acfffc0
equal deleted inserted replaced
238:969fb6be25e1 239:e5390f8e06b9
   136 drawtitle(Client *c)
   136 drawtitle(Client *c)
   137 {
   137 {
   138 	int i;
   138 	int i;
   139 	Bool istile = arrange == dotile;
   139 	Bool istile = arrange == dotile;
   140 
   140 
   141 	if(c == sel) {
   141 	if(c == sel && issel) {
   142 		drawstatus();
   142 		drawstatus();
   143 		XUnmapWindow(dpy, c->title);
   143 		XUnmapWindow(dpy, c->title);
   144 		XSetWindowBorder(dpy, c->win, dc.fg);
   144 		XSetWindowBorder(dpy, c->win, dc.fg);
   145 		return;
   145 		return;
   146 	}
   146 	}