event.c
changeset 701 fc5b982778df
parent 692 8d3720e06c89
child 704 6110b9efc299
equal deleted inserted replaced
700:f05c825db96b 701:fc5b982778df
   268 
   268 
   269 static void
   269 static void
   270 leavenotify(XEvent *e) {
   270 leavenotify(XEvent *e) {
   271 	XCrossingEvent *ev = &e->xcrossing;
   271 	XCrossingEvent *ev = &e->xcrossing;
   272 
   272 
   273 	if((ev->window == root) && !ev->same_screen)
   273 	if((ev->window == root) && !ev->same_screen) {
   274 		issel = False;
   274 		issel = False;
       
   275 		if(sel)
       
   276 			XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);
       
   277 	}
   275 }
   278 }
   276 
   279 
   277 static void
   280 static void
   278 mappingnotify(XEvent *e) {
   281 mappingnotify(XEvent *e) {
   279 	XMappingEvent *ev = &e->xmapping;
   282 	XMappingEvent *ev = &e->xmapping;