main.c
changeset 95 5d88952cbf96
parent 92 4bee0aa5b286
child 99 a19556fe83b5
equal deleted inserted replaced
94:6efe82c775c9 95:5d88952cbf96
   259 	wa.cursor = cursor[CurNormal];
   259 	wa.cursor = cursor[CurNormal];
   260 
   260 
   261 	XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
   261 	XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
   262 
   262 
   263 	strcpy(stext, "dwm-"VERSION);
   263 	strcpy(stext, "dwm-"VERSION);
       
   264 
   264 	scan();
   265 	scan();
   265 
   266 
   266 	/* main event loop, reads status text from stdin as well */
   267 	/* main event loop, reads status text from stdin as well */
   267 Mainloop:
   268 Mainloop:
   268 	while(running) {
   269 	while(running) {