main.c
changeset 191 56fee1dc9d53
parent 178 e848966a1ac6
child 197 c13f374f836c
equal deleted inserted replaced
190:713dcc7d2c42 191:56fee1dc9d53
   208 	cursor[CurNormal] = XCreateFontCursor(dpy, XC_left_ptr);
   208 	cursor[CurNormal] = XCreateFontCursor(dpy, XC_left_ptr);
   209 	cursor[CurResize] = XCreateFontCursor(dpy, XC_sizing);
   209 	cursor[CurResize] = XCreateFontCursor(dpy, XC_sizing);
   210 	cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
   210 	cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
   211 
   211 
   212 	grabkeys();
   212 	grabkeys();
       
   213 	initrregs();
   213 
   214 
   214 	for(ntags = 0; tags[ntags]; ntags++);
   215 	for(ntags = 0; tags[ntags]; ntags++);
   215 
   216 
   216 	/* style */
   217 	/* style */
   217 	dc.bg = getcolor(BGCOLOR);
   218 	dc.bg = getcolor(BGCOLOR);