aewl

diff main.c @ 73:c2ddb9dbbd10

rearranged
author Anselm R. Garbe <garbeam@wmii.de>
date Fri, 14 Jul 2006 22:33:38 +0200
parents 4f7b232bd72d
children 5370ef170cc9
line diff
     1.1 --- a/main.c	Fri Jul 14 18:59:25 2006 +0200
     1.2 +++ b/main.c	Fri Jul 14 22:33:38 2006 +0200
     1.3 @@ -239,7 +239,7 @@
     1.4  	cursor[CurResize] = XCreateFontCursor(dpy, XC_sizing);
     1.5  	cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
     1.6  
     1.7 -	update_keys();
     1.8 +	grabkeys();
     1.9  
    1.10  	/* style */
    1.11  	dc.bg = initcolor(BGCOLOR);