layout.c
changeset 889 00f4180df72b
parent 888 8b7337534209
child 891 b940ac76c22f
equal deleted inserted replaced
888:8b7337534209 889:00f4180df72b
   187 			if(c == sel)
   187 			if(c == sel)
   188 				continue;
   188 				continue;
   189 			XLowerWindow(dpy, c->win);
   189 			XLowerWindow(dpy, c->win);
   190 		}
   190 		}
   191 	}
   191 	}
   192 	XRaiseWindow(dpy, barwin);
       
   193 	XSync(dpy, False);
   192 	XSync(dpy, False);
   194 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
   193 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
   195 }
   194 }
   196 
   195 
   197 void
   196 void