Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 171453
Collapse All | Expand All

(-)putty/unix/gtkwin.c (-1 / +1 lines)
Lines 1434-1440 Link Here
1434
	    int r = i / 36, g = (i / 6) % 6, b = i % 6;
1434
	    int r = i / 36, g = (i / 6) % 6, b = i % 6;
1435
	    inst->cols[i+16].red = r ? r * 0x2828 + 0x3737 : 0;
1435
	    inst->cols[i+16].red = r ? r * 0x2828 + 0x3737 : 0;
1436
	    inst->cols[i+16].green = g ? g * 0x2828 + 0x3737 : 0;
1436
	    inst->cols[i+16].green = g ? g * 0x2828 + 0x3737 : 0;
1437
	    inst->cols[i+16].blue = b ? b + 0x2828 + 0x3737 : 0;
1437
	    inst->cols[i+16].blue = b ? b * 0x2828 + 0x3737 : 0;
1438
	} else {
1438
	} else {
1439
	    int shade = i - 216;
1439
	    int shade = i - 216;
1440
	    shade = shade * 0x0a0a + 0x0808;
1440
	    shade = shade * 0x0a0a + 0x0808;

Return to bug 171453