aewl

diff tag.c @ 143:36cabfe408cd

applied Sanders patches
author arg@10ksloc.org
date Tue, 01 Aug 2006 12:32:33 +0200
parents 9b9deafa0508
children e61447a7f249
line diff
     1.1 --- a/tag.c	Tue Aug 01 11:49:19 2006 +0200
     1.2 +++ b/tag.c	Tue Aug 01 12:32:33 2006 +0200
     1.3 @@ -67,6 +67,8 @@
     1.4  			higher(sel);
     1.5  			focus(sel);
     1.6  		}
     1.7 +		else
     1.8 +			XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
     1.9  	}
    1.10  	drawall();
    1.11  }
    1.12 @@ -130,6 +132,8 @@
    1.13  			higher(sel);
    1.14  			focus(sel);
    1.15  		}
    1.16 +		else
    1.17 +			XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
    1.18  	}
    1.19  	drawall();
    1.20  }