dwm-meillo

diff event.c @ 711:b40134b93de3

I think this is the best solution of multihead support
author Anselm R. Garbe <arg@suckless.org>
date Tue, 23 Jan 2007 11:49:16 +0100
parents 6c2fcf88dd9f
children 7034ee0f48d6
line diff
     1.1 --- a/event.c	Mon Jan 22 16:02:37 2007 +0100
     1.2 +++ b/event.c	Tue Jan 23 11:49:16 2007 +0100
     1.3 @@ -270,7 +270,7 @@
     1.4  
     1.5  	if((ev->window == root) && !ev->same_screen) {
     1.6  		issel = False;
     1.7 -		focus(sel);
     1.8 +		focus(NULL);
     1.9  	}
    1.10  }
    1.11