dwm.c
changeset 1439 17c047097617
parent 1438 9e3da779b59b
child 1440 d4f7bc21588f
equal deleted inserted replaced
1438:9e3da779b59b 1439:17c047097617
   633 			urg |= c->tags;
   633 			urg |= c->tags;
   634 	}
   634 	}
   635 
   635 
   636 	dc.x = 0;
   636 	dc.x = 0;
   637 	if(mons->next) { /* more than a single monitor */
   637 	if(mons->next) { /* more than a single monitor */
   638 		char buf[2];
   638 		dc.w = TEXTW(monsyms[m->screen_number]);
   639 		buf[0] = m->screen_number + '0';
   639 		drawtext(monsyms[m->screen_number], selmon == m ? dc.sel : dc.norm, True);
   640 		buf[1] = '\0';
       
   641 		dc.w = TEXTW(buf);
       
   642 		drawtext(buf, selmon == m ? dc.sel : dc.norm, True);
       
   643 		dc.x += dc.w;
   640 		dc.x += dc.w;
   644 	}
   641 	}
   645 	m->btx = dc.x;
   642 	m->btx = dc.x;
   646 	for(i = 0; i < LENGTH(tags); i++) {
   643 	for(i = 0; i < LENGTH(tags); i++) {
   647 		dc.w = TEXTW(tags[i]);
   644 		dc.w = TEXTW(tags[i]);